Html Css Color HEX #966BC0 Lilac Bush

📋 copy color: '#966BC0'

red 150 ◦ green 107 ◦ blue 192

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

Shades of Lilac Bush #966BC0

Tints of Lilac Bush #966BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.83%

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

R = 33.41%
G = 23.83%
B = 42.76%

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

#966BC0 (or 0x966BC0) is known color: Lilac Bush. HEX triplet: 96, 6B and C0. RGB value is (150,107,192). Sum of RGB (Red+Green+Blue) = 150+107+192=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #966BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BC0 is #69943F. Grayscale: #818181. Windows color (decimal): -6919232 or 12610454. OLE color: 12610454.

HSL color Cylindrical-coordinate representation of color #966BC0: hue angle of 270.35º 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 #966BC0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 107 192 -
CMYK 0.22 0.44 0 0.25
HSL 270.35º 0.4% 0.59% -
HSV(B) 270.35º 0.44% 0.75% -
XYZ 27.35 20.81 52.44 -
YUV 129.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 150 107 192 0.22 0.44 0 0.25 270.35 0.4 0.59
Hex 96 6B C0 16 2C 0 19 10E 28 3B
Octal 226 153 300 26 54 0 31 416 50 73
Binary 10010110 1101011 11000000 10110 101100 0 11001 100001110 101000 111011

Color Harmonies of #966BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BC0

Black with #966BC0

Text Example


Text Example

White with #966BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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