Html Css Color HEX #961466 Eggplant

📋 copy color: '#961466'

red 150 ◦ green 20 ◦ blue 102

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

Shades of Eggplant #961466

Tints of Eggplant #961466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 55.15%
G = 7.35%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#961466 (or 0x961466) is known color: Eggplant. HEX triplet: 96, 14 and 66. RGB value is (150,20,102). Sum of RGB (Red+Green+Blue) = 150+20+102=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #961466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961466 is #69EB99. Grayscale: #444444. Windows color (decimal): -6941594 or 6689942. OLE color: 6689942.

HSL color Cylindrical-coordinate representation of color #961466: hue angle of 322.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961466 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 102 -
CMYK 0 0.87 0.32 0.41
HSL 322.15º 0.76% 0.33% -
HSV(B) 322.15º 0.87% 0.59% -
XYZ 15.23 7.94 13.3 -
YUV 68.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 150 20 102 0 0.87 0.32 0.41 322.15 0.76 0.33
Hex 96 14 66 0 57 20 29 142 4C 21
Octal 226 24 146 0 127 40 51 502 114 41
Binary 10010110 10100 1100110 0 1010111 100000 101001 101000010 1001100 100001

Color Harmonies of #961466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961466

Black with #961466

Text Example


Text Example

White with #961466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961466; }

 p { color: rgb(150,20,102); }

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

background-color css

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

 a { background-color: rgb(150,20,102); }

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

border-color css

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

 span { border-color: rgb(150,20,102); }

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