Html Css Color HEX #966CC0 Lilac Bush

📋 copy color: '#966CC0'

red 150 ◦ green 108 ◦ blue 192

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

Shades of Lilac Bush #966CC0

Tints of Lilac Bush #966CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 33.33%
G = 24%
B = 42.67%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#966CC0 (or 0x966CC0) is known color: Lilac Bush. HEX triplet: 96, 6C and C0. RGB value is (150,108,192). Sum of RGB (Red+Green+Blue) = 150+108+192=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #966CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CC0 is #69933F. Grayscale: #818181. Windows color (decimal): -6918976 or 12610710. OLE color: 12610710.

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

Color convert

RGB 150 108 192 -
CMYK 0.22 0.44 0 0.25
HSL 270º 0.4% 0.59% -
HSV(B) 270º 0.44% 0.75% -
XYZ 27.45 21.01 52.48 -
YUV 130.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 150 108 192 0.22 0.44 0 0.25 270 0.4 0.59
Hex 96 6C C0 16 2C 0 19 10E 28 3B
Octal 226 154 300 26 54 0 31 416 50 73
Binary 10010110 1101100 11000000 10110 101100 0 11001 100001110 101000 111011

Color Harmonies of #966CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CC0

Black with #966CC0

Text Example


Text Example

White with #966CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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