Html Css Color HEX #954CCD Deep Lilac

📋 copy color: '#954CCD'

red 149 ◦ green 76 ◦ blue 205

#954CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #954CCD

Tints of Deep Lilac #954CCD

RGB

 RED value IS 149 (58.59% from 255) = 34.65%

 GREEN value IS 76 (30.08% from 255) = 17.67%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 34.65%
G = 17.67%
B = 47.67%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#954CCD (or 0x954CCD) is known color: Deep Lilac. HEX triplet: 95, 4C and CD. RGB value is (149,76,205). Sum of RGB (Red+Green+Blue) = 149+76+205=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #954CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CCD is #6AB332. Grayscale: #707070. Windows color (decimal): -6992691 or 13454485. OLE color: 13454485.

HSL color Cylindrical-coordinate representation of color #954CCD: hue angle of 273.95º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954CCD is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 76 205 -
CMYK 0.27 0.63 0 0.20
HSL 273.95º 0.56% 0.55% -
HSV(B) 273.95º 0.63% 0.8% -
XYZ 26 15.97 59.47 -
YUV 112.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 149 76 205 0.27 0.63 0 0.20 273.95 0.56 0.55
Hex 95 4C CD 1B 3F 0 14 112 38 37
Octal 225 114 315 33 77 0 24 422 70 67
Binary 10010101 1001100 11001101 11011 111111 0 10100 100010010 111000 110111

Color Harmonies of #954CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CCD

Black with #954CCD

Text Example


Text Example

White with #954CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954CCD; }

 p { color: rgb(149,76,205); }

 H1.HeaderClassName
 {
   color: #954CCD;
 }
 .AnyTagClassName
 {
   color: #954CCD;
 }
</style>

background-color css

<style>
 a { background-color: #954CCD; }

 a { background-color: rgb(149,76,205); }

 div.DivClassName
 {
   background-color: #954CCD;
 }
 .BgClassName
 {
   background-color: #954CCD;
 }
</style>

border-color css

<style>
 span { border-color: #954CCD; }

 span { border-color: rgb(149,76,205); }

 td.TdClassName
 {
   border-color: #954CCD;
 }
 .TagClassName
 {
   border-color: #954CCD;
 }
</style>