Html Css Color HEX #9F016D Eggplant

📋 copy color: '#9F016D'

red 159 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #9F016D

Tints of Eggplant #9F016D

RGB

 RED value IS 159 (62.5% from 255) = 59.11%

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

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

R = 59.11%
G = 0.37%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F016D (or 0x9F016D) is known color: Eggplant. HEX triplet: 9F, 01 and 6D. RGB value is (159,1,109). Sum of RGB (Red+Green+Blue) = 159+1+109=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F016D is #60FE92. Grayscale: #3C3C3C. Windows color (decimal): -6356627 or 7143839. OLE color: 7143839.

HSL color Cylindrical-coordinate representation of color #9F016D: hue angle of 318.99º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F016D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 1 109 -
CMYK 0 0.99 0.31 0.38
HSL 318.99º 0.99% 0.31% -
HSV(B) 318.99º 0.99% 0.62% -
XYZ 17.07 8.5 15.21 -
YUV 60.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 159 1 109 0 0.99 0.31 0.38 318.99 0.99 0.31
Hex 9F 1 6D 0 63 1F 26 13F 63 1F
Octal 237 1 155 0 143 37 46 477 143 37
Binary 10011111 1 1101101 0 1100011 11111 100110 100111111 1100011 11111

Color Harmonies of #9F016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F016D

Black with #9F016D

Text Example


Text Example

White with #9F016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F016D; }

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

 H1.HeaderClassName
 {
   color: #9F016D;
 }
 .AnyTagClassName
 {
   color: #9F016D;
 }
</style>

background-color css

<style>
 a { background-color: #9F016D; }

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

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

border-color css

<style>
 span { border-color: #9F016D; }

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

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