Html Css Color HEX #966ECF Lilac Bush

📋 copy color: '#966ECF'

red 150 ◦ green 110 ◦ blue 207

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

Shades of Lilac Bush #966ECF

Tints of Lilac Bush #966ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 32.12%
G = 23.55%
B = 44.33%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966ECF (or 0x966ECF) is known color: Lilac Bush. HEX triplet: 96, 6E and CF. RGB value is (150,110,207). Sum of RGB (Red+Green+Blue) = 150+110+207=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #966ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ECF is #699130. Grayscale: #848484. Windows color (decimal): -6918449 or 13594262. OLE color: 13594262.

HSL color Cylindrical-coordinate representation of color #966ECF: hue angle of 264.74º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966ECF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 110 207 -
CMYK 0.28 0.47 0 0.19
HSL 264.74º 0.5% 0.62% -
HSV(B) 264.74º 0.47% 0.81% -
XYZ 29.42 22.14 61.75 -
YUV 133.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 150 110 207 0.28 0.47 0 0.19 264.74 0.5 0.62
Hex 96 6E CF 1C 2F 0 13 109 32 3E
Octal 226 156 317 34 57 0 23 411 62 76
Binary 10010110 1101110 11001111 11100 101111 0 10011 100001001 110010 111110

Color Harmonies of #966ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ECF

Black with #966ECF

Text Example


Text Example

White with #966ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,207); }

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

background-color css

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

 a { background-color: rgb(150,110,207); }

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

border-color css

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

 span { border-color: rgb(150,110,207); }

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