Html Css Color HEX #9F016E Eggplant

📋 copy color: '#9F016E'

red 159 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #9F016E

Tints of Eggplant #9F016E

RGB

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

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

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

R = 58.89%
G = 0.37%
B = 40.74%

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

#9F016E (or 0x9F016E) is known color: Eggplant. HEX triplet: 9F, 01 and 6E. RGB value is (159,1,110). Sum of RGB (Red+Green+Blue) = 159+1+110=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F016E is #60FE91. Grayscale: #3C3C3C. Windows color (decimal): -6356626 or 7209375. OLE color: 7209375.

HSL color Cylindrical-coordinate representation of color #9F016E: hue angle of 318.61º 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 #9F016E is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 1 110 -
CMYK 0 0.99 0.31 0.38
HSL 318.61º 0.99% 0.31% -
HSV(B) 318.61º 0.99% 0.62% -
XYZ 17.12 8.52 15.49 -
YUV 60.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 159 1 110 0 0.99 0.31 0.38 318.61 0.99 0.31
Hex 9F 1 6E 0 63 1F 26 13F 63 1F
Octal 237 1 156 0 143 37 46 477 143 37
Binary 10011111 1 1101110 0 1100011 11111 100110 100111111 1100011 11111

Color Harmonies of #9F016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F016E

Black with #9F016E

Text Example


Text Example

White with #9F016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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