Html Css Color HEX #96016D Eggplant

📋 copy color: '#96016D'

red 150 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #96016D

Tints of Eggplant #96016D

RGB

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

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

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

R = 57.69%
G = 0.38%
B = 41.92%

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

#96016D (or 0x96016D) is known color: Eggplant. HEX triplet: 96, 01 and 6D. RGB value is (150,1,109). Sum of RGB (Red+Green+Blue) = 150+1+109=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96016D is #69FE92. Grayscale: #393939. Windows color (decimal): -6946451 or 7143830. OLE color: 7143830.

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

Color convert

RGB 150 1 109 -
CMYK 0 0.99 0.27 0.41
HSL 316.51º 0.99% 0.3% -
HSV(B) 316.51º 0.99% 0.59% -
XYZ 15.35 7.61 15.13 -
YUV 57.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 150 1 109 0 0.99 0.27 0.41 316.51 0.99 0.3
Hex 96 1 6D 0 63 1B 29 13D 63 1E
Octal 226 1 155 0 143 33 51 475 143 36
Binary 10010110 1 1101101 0 1100011 11011 101001 100111101 1100011 11110

Color Harmonies of #96016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96016D

Black with #96016D

Text Example


Text Example

White with #96016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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