Html Css Color HEX #960B73 Eggplant

📋 copy color: '#960B73'

red 150 ◦ green 11 ◦ blue 115

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

Shades of Eggplant #960B73

Tints of Eggplant #960B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 54.35%
G = 3.99%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#960B73 (or 0x960B73) is known color: Eggplant. HEX triplet: 96, 0B and 73. RGB value is (150,11,115). Sum of RGB (Red+Green+Blue) = 150+11+115=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #960B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B73 is #69F48C. Grayscale: #404040. Windows color (decimal): -6943885 or 7539606. OLE color: 7539606.

HSL color Cylindrical-coordinate representation of color #960B73: hue angle of 315.11º 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 #960B73 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 11 115 -
CMYK 0 0.93 0.23 0.41
HSL 315.11º 0.86% 0.32% -
HSV(B) 315.11º 0.93% 0.59% -
XYZ 15.79 7.96 16.92 -
YUV 64.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 150 11 115 0 0.93 0.23 0.41 315.11 0.86 0.32
Hex 96 B 73 0 5D 17 29 13B 56 20
Octal 226 13 163 0 135 27 51 473 126 40
Binary 10010110 1011 1110011 0 1011101 10111 101001 100111011 1010110 100000

Color Harmonies of #960B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960B73

Black with #960B73

Text Example


Text Example

White with #960B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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