Html Css Color HEX #96026F Eggplant

📋 copy color: '#96026F'

red 150 ◦ green 2 ◦ blue 111

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

Shades of Eggplant #96026F

Tints of Eggplant #96026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 57.03%
G = 0.76%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96026F (or 0x96026F) is known color: Eggplant. HEX triplet: 96, 02 and 6F. RGB value is (150,2,111). Sum of RGB (Red+Green+Blue) = 150+2+111=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96026F is #69FD90. Grayscale: #3A3A3A. Windows color (decimal): -6946193 or 7275158. OLE color: 7275158.

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

Color convert

RGB 150 2 111 -
CMYK 0 0.99 0.26 0.41
HSL 315.81º 0.97% 0.3% -
HSV(B) 315.81º 0.99% 0.59% -
XYZ 15.47 7.68 15.71 -
YUV 58.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 150 2 111 0 0.99 0.26 0.41 315.81 0.97 0.3
Hex 96 2 6F 0 63 1A 29 13C 61 1E
Octal 226 2 157 0 143 32 51 474 141 36
Binary 10010110 10 1101111 0 1100011 11010 101001 100111100 1100001 11110

Color Harmonies of #96026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96026F

Black with #96026F

Text Example


Text Example

White with #96026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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