Html Css Color HEX #966FCC Lilac Bush

📋 copy color: '#966FCC'

red 150 ◦ green 111 ◦ blue 204

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

Shades of Lilac Bush #966FCC

Tints of Lilac Bush #966FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.87%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 32.26%
G = 23.87%
B = 43.87%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#966FCC (or 0x966FCC) is known color: Lilac Bush. HEX triplet: 96, 6F and CC. RGB value is (150,111,204). Sum of RGB (Red+Green+Blue) = 150+111+204=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #966FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCC is #699033. Grayscale: #848484. Windows color (decimal): -6918196 or 13397910. OLE color: 13397910.

HSL color Cylindrical-coordinate representation of color #966FCC: hue angle of 265.16º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966FCC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 111 204 -
CMYK 0.26 0.46 0 0.2
HSL 265.16º 0.48% 0.62% -
HSV(B) 265.16º 0.46% 0.8% -
XYZ 29.16 22.21 59.88 -
YUV 133.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 150 111 204 0.26 0.46 0 0.2 265.16 0.48 0.62
Hex 96 6F CC 1A 2E 0 14 109 30 3E
Octal 226 157 314 32 56 0 24 411 60 76
Binary 10010110 1101111 11001100 11010 101110 0 10100 100001001 110000 111110

Color Harmonies of #966FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FCC

Black with #966FCC

Text Example


Text Example

White with #966FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,111,204); }

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

background-color css

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

 a { background-color: rgb(150,111,204); }

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

border-color css

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

 span { border-color: rgb(150,111,204); }

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