Html Css Color HEX #966CBE Lilac Bush

📋 copy color: '#966CBE'

red 150 ◦ green 108 ◦ blue 190

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

Shades of Lilac Bush #966CBE

Tints of Lilac Bush #966CBE

RGB

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

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

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

R = 33.48%
G = 24.11%
B = 42.41%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#966CBE (or 0x966CBE) is known color: Lilac Bush. HEX triplet: 96, 6C and BE. RGB value is (150,108,190). Sum of RGB (Red+Green+Blue) = 150+108+190=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #966CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CBE is #699341. Grayscale: #818181. Windows color (decimal): -6918978 or 12479638. OLE color: 12479638.

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

Color convert

RGB 150 108 190 -
CMYK 0.21 0.43 0 0.25
HSL 270.73º 0.39% 0.58% -
HSV(B) 270.73º 0.43% 0.75% -
XYZ 27.23 20.93 51.32 -
YUV 129.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 150 108 190 0.21 0.43 0 0.25 270.73 0.39 0.58
Hex 96 6C BE 15 2B 0 19 10F 27 3A
Octal 226 154 276 25 53 0 31 417 47 72
Binary 10010110 1101100 10111110 10101 101011 0 11001 100001111 100111 111010

Color Harmonies of #966CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CBE

Black with #966CBE

Text Example


Text Example

White with #966CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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