Html Css Color HEX #966FCE Lilac Bush

📋 copy color: '#966FCE'

red 150 ◦ green 111 ◦ blue 206

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

Shades of Lilac Bush #966FCE

Tints of Lilac Bush #966FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 32.12%
G = 23.77%
B = 44.11%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966FCE (or 0x966FCE) is known color: Lilac Bush. HEX triplet: 96, 6F and CE. RGB value is (150,111,206). Sum of RGB (Red+Green+Blue) = 150+111+206=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #966FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCE is #699031. Grayscale: #858585. Windows color (decimal): -6918194 or 13528982. OLE color: 13528982.

HSL color Cylindrical-coordinate representation of color #966FCE: hue angle of 264.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966FCE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 111 206 -
CMYK 0.27 0.46 0 0.19
HSL 264.63º 0.49% 0.62% -
HSV(B) 264.63º 0.46% 0.81% -
XYZ 29.4 22.31 61.15 -
YUV 133.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 150 111 206 0.27 0.46 0 0.19 264.63 0.49 0.62
Hex 96 6F CE 1B 2E 0 13 109 31 3E
Octal 226 157 316 33 56 0 23 411 61 76
Binary 10010110 1101111 11001110 11011 101110 0 10011 100001001 110001 111110

Color Harmonies of #966FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FCE

Black with #966FCE

Text Example


Text Example

White with #966FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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