Html Css Color HEX #966DBF Lilac Bush

📋 copy color: '#966DBF'

red 150 ◦ green 109 ◦ blue 191

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

Shades of Lilac Bush #966DBF

Tints of Lilac Bush #966DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.22%

 BLUE value IS 191 (75% from 255) = 42.44%

R = 33.33%
G = 24.22%
B = 42.44%

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

#966DBF (or 0x966DBF) is known color: Lilac Bush. HEX triplet: 96, 6D and BF. RGB value is (150,109,191). Sum of RGB (Red+Green+Blue) = 150+109+191=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #966DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DBF is #699240. Grayscale: #828282. Windows color (decimal): -6918721 or 12545430. OLE color: 12545430.

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

Color convert

RGB 150 109 191 -
CMYK 0.21 0.43 0 0.25
HSL 270º 0.39% 0.59% -
HSV(B) 270º 0.43% 0.75% -
XYZ 27.45 21.18 51.93 -
YUV 130.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 150 109 191 0.21 0.43 0 0.25 270 0.39 0.59
Hex 96 6D BF 15 2B 0 19 10E 27 3B
Octal 226 155 277 25 53 0 31 416 47 73
Binary 10010110 1101101 10111111 10101 101011 0 11001 100001110 100111 111011

Color Harmonies of #966DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DBF

Black with #966DBF

Text Example


Text Example

White with #966DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,191); }

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

background-color css

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

 a { background-color: rgb(150,109,191); }

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

border-color css

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

 span { border-color: rgb(150,109,191); }

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