Html Css Color HEX #96026C Eggplant

📋 copy color: '#96026C'

red 150 ◦ green 2 ◦ blue 108

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

Shades of Eggplant #96026C

Tints of Eggplant #96026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 57.69%
G = 0.77%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96026C (or 0x96026C) is known color: Eggplant. HEX triplet: 96, 02 and 6C. RGB value is (150,2,108). Sum of RGB (Red+Green+Blue) = 150+2+108=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96026C is #69FD93. Grayscale: #3A3A3A. Windows color (decimal): -6946196 or 7078550. OLE color: 7078550.

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

Color convert

RGB 150 2 108 -
CMYK 0 0.99 0.28 0.41
HSL 317.03º 0.97% 0.3% -
HSV(B) 317.03º 0.99% 0.59% -
XYZ 15.31 7.61 14.85 -
YUV 58.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 150 2 108 0 0.99 0.28 0.41 317.03 0.97 0.3
Hex 96 2 6C 0 63 1C 29 13D 61 1E
Octal 226 2 154 0 143 34 51 475 141 36
Binary 10010110 10 1101100 0 1100011 11100 101001 100111101 1100001 11110

Color Harmonies of #96026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96026C

Black with #96026C

Text Example


Text Example

White with #96026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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