Html Css Color HEX #960B6E Eggplant

📋 copy color: '#960B6E'

red 150 ◦ green 11 ◦ blue 110

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

Shades of Eggplant #960B6E

Tints of Eggplant #960B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.06%

 BLUE value IS 110 (43.36% from 255) = 40.59%

R = 55.35%
G = 4.06%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#960B6E (or 0x960B6E) is known color: Eggplant. HEX triplet: 96, 0B and 6E. RGB value is (150,11,110). Sum of RGB (Red+Green+Blue) = 150+11+110=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #960B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B6E is #69F491. Grayscale: #3F3F3F. Windows color (decimal): -6943890 or 7211926. OLE color: 7211926.

HSL color Cylindrical-coordinate representation of color #960B6E: hue angle of 317.27º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B6E is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 11 110 -
CMYK 0 0.93 0.27 0.41
HSL 317.27º 0.86% 0.32% -
HSV(B) 317.27º 0.93% 0.59% -
XYZ 15.51 7.85 15.45 -
YUV 63.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 150 11 110 0 0.93 0.27 0.41 317.27 0.86 0.32
Hex 96 B 6E 0 5D 1B 29 13D 56 20
Octal 226 13 156 0 135 33 51 475 126 40
Binary 10010110 1011 1101110 0 1011101 11011 101001 100111101 1010110 100000

Color Harmonies of #960B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960B6E

Black with #960B6E

Text Example


Text Example

White with #960B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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