Html Css Color HEX #966DC0 Lilac Bush

📋 copy color: '#966DC0'

red 150 ◦ green 109 ◦ blue 192

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

Shades of Lilac Bush #966DC0

Tints of Lilac Bush #966DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 33.26%
G = 24.17%
B = 42.57%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#966DC0 (or 0x966DC0) is known color: Lilac Bush. HEX triplet: 96, 6D and C0. RGB value is (150,109,192). Sum of RGB (Red+Green+Blue) = 150+109+192=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #966DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DC0 is #69923F. Grayscale: #828282. Windows color (decimal): -6918720 or 12610966. OLE color: 12610966.

HSL color Cylindrical-coordinate representation of color #966DC0: hue angle of 269.64º degrees, saturation: 0.4, 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 #966DC0 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 109 192 -
CMYK 0.22 0.43 0 0.25
HSL 269.64º 0.4% 0.59% -
HSV(B) 269.64º 0.43% 0.75% -
XYZ 27.56 21.23 52.51 -
YUV 130.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 150 109 192 0.22 0.43 0 0.25 269.64 0.4 0.59
Hex 96 6D C0 16 2B 0 19 10E 28 3B
Octal 226 155 300 26 53 0 31 416 50 73
Binary 10010110 1101101 11000000 10110 101011 0 11001 100001110 101000 111011

Color Harmonies of #966DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DC0

Black with #966DC0

Text Example


Text Example

White with #966DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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