Html Css Color HEX #960173 Eggplant

📋 copy color: '#960173'

red 150 ◦ green 1 ◦ blue 115

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

Shades of Eggplant #960173

Tints of Eggplant #960173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 56.39%
G = 0.38%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#960173 (or 0x960173) is known color: Eggplant. HEX triplet: 96, 01 and 73. RGB value is (150,1,115). Sum of RGB (Red+Green+Blue) = 150+1+115=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #960173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960173 is #69FE8C. Grayscale: #3A3A3A. Windows color (decimal): -6946445 or 7537046. OLE color: 7537046.

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

Color convert

RGB 150 1 115 -
CMYK 0 0.99 0.23 0.41
HSL 314.09º 0.99% 0.3% -
HSV(B) 314.09º 0.99% 0.59% -
XYZ 15.68 7.74 16.89 -
YUV 58.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 150 1 115 0 0.99 0.23 0.41 314.09 0.99 0.3
Hex 96 1 73 0 63 17 29 13A 63 1E
Octal 226 1 163 0 143 27 51 472 143 36
Binary 10010110 1 1110011 0 1100011 10111 101001 100111010 1100011 11110

Color Harmonies of #960173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960173

Black with #960173

Text Example


Text Example

White with #960173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960173; }

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

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

background-color css

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

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

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

border-color css

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

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

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