Html Css Color HEX #96016E Eggplant

📋 copy color: '#96016E'

red 150 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #96016E

Tints of Eggplant #96016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 57.47%
G = 0.38%
B = 42.15%

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

#96016E (or 0x96016E) is known color: Eggplant. HEX triplet: 96, 01 and 6E. RGB value is (150,1,110). Sum of RGB (Red+Green+Blue) = 150+1+110=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96016E is #69FE91. Grayscale: #393939. Windows color (decimal): -6946450 or 7209366. OLE color: 7209366.

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

Color convert

RGB 150 1 110 -
CMYK 0 0.99 0.27 0.41
HSL 316.11º 0.99% 0.3% -
HSV(B) 316.11º 0.99% 0.59% -
XYZ 15.4 7.63 15.41 -
YUV 57.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 150 1 110 0 0.99 0.27 0.41 316.11 0.99 0.3
Hex 96 1 6E 0 63 1B 29 13C 63 1E
Octal 226 1 156 0 143 33 51 474 143 36
Binary 10010110 1 1101110 0 1100011 11011 101001 100111100 1100011 11110

Color Harmonies of #96016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96016E

Black with #96016E

Text Example


Text Example

White with #96016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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