Html Css Color HEX #960373 Eggplant

📋 copy color: '#960373'

red 150 ◦ green 3 ◦ blue 115

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

Shades of Eggplant #960373

Tints of Eggplant #960373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 55.97%
G = 1.12%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#960373 (or 0x960373) is known color: Eggplant. HEX triplet: 96, 03 and 73. RGB value is (150,3,115). Sum of RGB (Red+Green+Blue) = 150+3+115=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #960373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960373 is #69FC8C. Grayscale: #3B3B3B. Windows color (decimal): -6945933 or 7537558. OLE color: 7537558.

HSL color Cylindrical-coordinate representation of color #960373: hue angle of 314.29º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960373 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 115 -
CMYK 0 0.98 0.23 0.41
HSL 314.29º 0.96% 0.3% -
HSV(B) 314.29º 0.98% 0.59% -
XYZ 15.7 7.79 16.89 -
YUV 59.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 150 3 115 0 0.98 0.23 0.41 314.29 0.96 0.3
Hex 96 3 73 0 62 17 29 13A 60 1E
Octal 226 3 163 0 142 27 51 472 140 36
Binary 10010110 11 1110011 0 1100010 10111 101001 100111010 1100000 11110

Color Harmonies of #960373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960373

Black with #960373

Text Example


Text Example

White with #960373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960373; }

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

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

background-color css

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

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

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

border-color css

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

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

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