Html Css Color HEX #96016B Eggplant

📋 copy color: '#96016B'

red 150 ◦ green 1 ◦ blue 107

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

Shades of Eggplant #96016B

Tints of Eggplant #96016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 58.14%
G = 0.39%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96016B (or 0x96016B) is known color: Eggplant. HEX triplet: 96, 01 and 6B. RGB value is (150,1,107). Sum of RGB (Red+Green+Blue) = 150+1+107=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96016B is #69FE94. Grayscale: #393939. Windows color (decimal): -6946453 or 7012758. OLE color: 7012758.

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

Color convert

RGB 150 1 107 -
CMYK 0 0.99 0.29 0.41
HSL 317.32º 0.99% 0.3% -
HSV(B) 317.32º 0.99% 0.59% -
XYZ 15.24 7.57 14.57 -
YUV 57.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 150 1 107 0 0.99 0.29 0.41 317.32 0.99 0.3
Hex 96 1 6B 0 63 1D 29 13D 63 1E
Octal 226 1 153 0 143 35 51 475 143 36
Binary 10010110 1 1101011 0 1100011 11101 101001 100111101 1100011 11110

Color Harmonies of #96016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96016B

Black with #96016B

Text Example


Text Example

White with #96016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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