Html Css Color HEX #96016F Eggplant

📋 copy color: '#96016F'

red 150 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #96016F

Tints of Eggplant #96016F

RGB

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

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

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

R = 57.25%
G = 0.38%
B = 42.37%

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

#96016F (or 0x96016F) is known color: Eggplant. HEX triplet: 96, 01 and 6F. RGB value is (150,1,111). Sum of RGB (Red+Green+Blue) = 150+1+111=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96016F is #69FE90. Grayscale: #393939. Windows color (decimal): -6946449 or 7274902. OLE color: 7274902.

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

Color convert

RGB 150 1 111 -
CMYK 0 0.99 0.26 0.41
HSL 315.7º 0.99% 0.3% -
HSV(B) 315.7º 0.99% 0.59% -
XYZ 15.46 7.65 15.7 -
YUV 58.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 150 1 111 0 0.99 0.26 0.41 315.7 0.99 0.3
Hex 96 1 6F 0 63 1A 29 13C 63 1E
Octal 226 1 157 0 143 32 51 474 143 36
Binary 10010110 1 1101111 0 1100011 11010 101001 100111100 1100011 11110

Color Harmonies of #96016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96016F

Black with #96016F

Text Example


Text Example

White with #96016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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