Html Css Color HEX #966BBE Lilac Bush

📋 copy color: '#966BBE'

red 150 ◦ green 107 ◦ blue 190

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

Shades of Lilac Bush #966BBE

Tints of Lilac Bush #966BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 33.56%
G = 23.94%
B = 42.51%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#966BBE (or 0x966BBE) is known color: Lilac Bush. HEX triplet: 96, 6B and BE. RGB value is (150,107,190). Sum of RGB (Red+Green+Blue) = 150+107+190=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #966BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BBE is #699441. Grayscale: #818181. Windows color (decimal): -6919234 or 12479382. OLE color: 12479382.

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

Color convert

RGB 150 107 190 -
CMYK 0.21 0.44 0 0.25
HSL 271.08º 0.39% 0.58% -
HSV(B) 271.08º 0.44% 0.75% -
XYZ 27.13 20.72 51.28 -
YUV 129.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 150 107 190 0.21 0.44 0 0.25 271.08 0.39 0.58
Hex 96 6B BE 15 2C 0 19 10F 27 3A
Octal 226 153 276 25 54 0 31 417 47 72
Binary 10010110 1101011 10111110 10101 101100 0 11001 100001111 100111 111010

Color Harmonies of #966BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BBE

Black with #966BBE

Text Example


Text Example

White with #966BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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