Html Css Color HEX #966FBC Lilac Bush

📋 copy color: '#966FBC'

red 150 ◦ green 111 ◦ blue 188

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

Shades of Lilac Bush #966FBC

Tints of Lilac Bush #966FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 33.41%
G = 24.72%
B = 41.87%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#966FBC (or 0x966FBC) is known color: Lilac Bush. HEX triplet: 96, 6F and BC. RGB value is (150,111,188). Sum of RGB (Red+Green+Blue) = 150+111+188=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #966FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FBC is #699043. Grayscale: #838383. Windows color (decimal): -6918212 or 12349334. OLE color: 12349334.

HSL color Cylindrical-coordinate representation of color #966FBC: hue angle of 270.39º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966FBC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 111 188 -
CMYK 0.20 0.41 0 0.26
HSL 270.39º 0.36% 0.59% -
HSV(B) 270.39º 0.41% 0.74% -
XYZ 27.34 21.48 50.28 -
YUV 131.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 150 111 188 0.20 0.41 0 0.26 270.39 0.36 0.59
Hex 96 6F BC 14 29 0 1A 10E 24 3B
Octal 226 157 274 24 51 0 32 416 44 73
Binary 10010110 1101111 10111100 10100 101001 0 11010 100001110 100100 111011

Color Harmonies of #966FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FBC

Black with #966FBC

Text Example


Text Example

White with #966FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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