Html Css Color HEX #966DCD Lilac Bush

📋 copy color: '#966DCD'

red 150 ◦ green 109 ◦ blue 205

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

Shades of Lilac Bush #966DCD

Tints of Lilac Bush #966DCD

RGB

 RED value IS 150 (58.98% from 255) = 32.33%

 GREEN value IS 109 (42.97% from 255) = 23.49%

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

R = 32.33%
G = 23.49%
B = 44.18%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#966DCD (or 0x966DCD) is known color: Lilac Bush. HEX triplet: 96, 6D and CD. RGB value is (150,109,205). Sum of RGB (Red+Green+Blue) = 150+109+205=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #966DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DCD is #699232. Grayscale: #838383. Windows color (decimal): -6918707 or 13462934. OLE color: 13462934.

HSL color Cylindrical-coordinate representation of color #966DCD: hue angle of 265.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966DCD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 109 205 -
CMYK 0.27 0.47 0 0.20
HSL 265.63º 0.49% 0.62% -
HSV(B) 265.63º 0.47% 0.8% -
XYZ 29.07 21.83 60.44 -
YUV 132.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 150 109 205 0.27 0.47 0 0.20 265.63 0.49 0.62
Hex 96 6D CD 1B 2F 0 14 10A 31 3E
Octal 226 155 315 33 57 0 24 412 61 76
Binary 10010110 1101101 11001101 11011 101111 0 10100 100001010 110001 111110

Color Harmonies of #966DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DCD

Black with #966DCD

Text Example


Text Example

White with #966DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966DCD; }

 p { color: rgb(150,109,205); }

 H1.HeaderClassName
 {
   color: #966DCD;
 }
 .AnyTagClassName
 {
   color: #966DCD;
 }
</style>

background-color css

<style>
 a { background-color: #966DCD; }

 a { background-color: rgb(150,109,205); }

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

border-color css

<style>
 span { border-color: #966DCD; }

 span { border-color: rgb(150,109,205); }

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