Html Css Color HEX #966FCB Lilac Bush

📋 copy color: '#966FCB'

red 150 ◦ green 111 ◦ blue 203

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

Shades of Lilac Bush #966FCB

Tints of Lilac Bush #966FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 32.33%
G = 23.92%
B = 43.75%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#966FCB (or 0x966FCB) is known color: Lilac Bush. HEX triplet: 96, 6F and CB. RGB value is (150,111,203). Sum of RGB (Red+Green+Blue) = 150+111+203=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #966FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCB is #699034. Grayscale: #848484. Windows color (decimal): -6918197 or 13332374. OLE color: 13332374.

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

Color convert

RGB 150 111 203 -
CMYK 0.26 0.45 0 0.20
HSL 265.43º 0.47% 0.62% -
HSV(B) 265.43º 0.45% 0.8% -
XYZ 29.04 22.16 59.25 -
YUV 133.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 150 111 203 0.26 0.45 0 0.20 265.43 0.47 0.62
Hex 96 6F CB 1A 2D 0 14 109 2F 3E
Octal 226 157 313 32 55 0 24 411 57 76
Binary 10010110 1101111 11001011 11010 101101 0 10100 100001001 101111 111110

Color Harmonies of #966FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FCB

Black with #966FCB

Text Example


Text Example

White with #966FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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