Html Css Color HEX #96026D Eggplant

📋 copy color: '#96026D'

red 150 ◦ green 2 ◦ blue 109

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

Shades of Eggplant #96026D

Tints of Eggplant #96026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 109 (42.97% from 255) = 41.76%

R = 57.47%
G = 0.77%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96026D (or 0x96026D) is known color: Eggplant. HEX triplet: 96, 02 and 6D. RGB value is (150,2,109). Sum of RGB (Red+Green+Blue) = 150+2+109=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96026D is #69FD92. Grayscale: #3A3A3A. Windows color (decimal): -6946195 or 7144086. OLE color: 7144086.

HSL color Cylindrical-coordinate representation of color #96026D: hue angle of 316.62º degrees, saturation: 0.97, 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 #96026D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 109 -
CMYK 0 0.99 0.27 0.41
HSL 316.62º 0.97% 0.3% -
HSV(B) 316.62º 0.99% 0.59% -
XYZ 15.36 7.63 15.13 -
YUV 58.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 150 2 109 0 0.99 0.27 0.41 316.62 0.97 0.3
Hex 96 2 6D 0 63 1B 29 13D 61 1E
Octal 226 2 155 0 143 33 51 475 141 36
Binary 10010110 10 1101101 0 1100011 11011 101001 100111101 1100001 11110

Color Harmonies of #96026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96026D

Black with #96026D

Text Example


Text Example

White with #96026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96026D; }

 p { color: rgb(150,2,109); }

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

background-color css

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

 a { background-color: rgb(150,2,109); }

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

border-color css

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

 span { border-color: rgb(150,2,109); }

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