Html Css Color HEX #966EC0 Lilac Bush

📋 copy color: '#966EC0'

red 150 ◦ green 110 ◦ blue 192

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

Shades of Lilac Bush #966EC0

Tints of Lilac Bush #966EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 33.19%
G = 24.34%
B = 42.48%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#966EC0 (or 0x966EC0) is known color: Lilac Bush. HEX triplet: 96, 6E and C0. RGB value is (150,110,192). Sum of RGB (Red+Green+Blue) = 150+110+192=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #966EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EC0 is #69913F. Grayscale: #838383. Windows color (decimal): -6918464 or 12611222. OLE color: 12611222.

HSL color Cylindrical-coordinate representation of color #966EC0: hue angle of 269.27º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966EC0 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 110 192 -
CMYK 0.22 0.43 0 0.25
HSL 269.27º 0.39% 0.59% -
HSV(B) 269.27º 0.43% 0.75% -
XYZ 27.67 21.44 52.55 -
YUV 131.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 150 110 192 0.22 0.43 0 0.25 269.27 0.39 0.59
Hex 96 6E C0 16 2B 0 19 10D 27 3B
Octal 226 156 300 26 53 0 31 415 47 73
Binary 10010110 1101110 11000000 10110 101011 0 11001 100001101 100111 111011

Color Harmonies of #966EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EC0

Black with #966EC0

Text Example


Text Example

White with #966EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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