Html Css Color HEX #9F0172 Eggplant

📋 copy color: '#9F0172'

red 159 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #9F0172

Tints of Eggplant #9F0172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 58.03%
G = 0.36%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F0172 (or 0x9F0172) is known color: Eggplant. HEX triplet: 9F, 01 and 72. RGB value is (159,1,114). Sum of RGB (Red+Green+Blue) = 159+1+114=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0172 is #60FE8D. Grayscale: #3C3C3C. Windows color (decimal): -6356622 or 7471519. OLE color: 7471519.

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

Color convert

RGB 159 1 114 -
CMYK 0 0.99 0.28 0.38
HSL 317.09º 0.99% 0.31% -
HSV(B) 317.09º 0.99% 0.62% -
XYZ 17.35 8.61 16.67 -
YUV 61.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 159 1 114 0 0.99 0.28 0.38 317.09 0.99 0.31
Hex 9F 1 72 0 63 1C 26 13D 63 1F
Octal 237 1 162 0 143 34 46 475 143 37
Binary 10011111 1 1110010 0 1100011 11100 100110 100111101 1100011 11111

Color Harmonies of #9F0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0172

Black with #9F0172

Text Example


Text Example

White with #9F0172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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