Html Css Color HEX #966EC1 Lilac Bush

📋 copy color: '#966EC1'

red 150 ◦ green 110 ◦ blue 193

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

Shades of Lilac Bush #966EC1

Tints of Lilac Bush #966EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 33.11%
G = 24.28%
B = 42.6%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#966EC1 (or 0x966EC1) is known color: Lilac Bush. HEX triplet: 96, 6E and C1. RGB value is (150,110,193). Sum of RGB (Red+Green+Blue) = 150+110+193=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #966EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EC1 is #69913E. Grayscale: #838383. Windows color (decimal): -6918463 or 12676758. OLE color: 12676758.

HSL color Cylindrical-coordinate representation of color #966EC1: hue angle of 268.92º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966EC1 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 110 193 -
CMYK 0.22 0.43 0 0.24
HSL 268.92º 0.4% 0.59% -
HSV(B) 268.92º 0.43% 0.76% -
XYZ 27.78 21.49 53.14 -
YUV 131.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 150 110 193 0.22 0.43 0 0.24 268.92 0.4 0.59
Hex 96 6E C1 16 2B 0 18 10D 28 3B
Octal 226 156 301 26 53 0 30 415 50 73
Binary 10010110 1101110 11000001 10110 101011 0 11000 100001101 101000 111011

Color Harmonies of #966EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EC1

Black with #966EC1

Text Example


Text Example

White with #966EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,193); }

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

background-color css

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

 a { background-color: rgb(150,110,193); }

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

border-color css

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

 span { border-color: rgb(150,110,193); }

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