Html Css Color HEX #9F0178 Eggplant

📋 copy color: '#9F0178'

red 159 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #9F0178

Tints of Eggplant #9F0178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 56.79%
G = 0.36%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F0178 (or 0x9F0178) is known color: Eggplant. HEX triplet: 9F, 01 and 78. RGB value is (159,1,120). Sum of RGB (Red+Green+Blue) = 159+1+120=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0178 is #60FE87. Grayscale: #3D3D3D. Windows color (decimal): -6356616 or 7864735. OLE color: 7864735.

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

Color convert

RGB 159 1 120 -
CMYK 0 0.99 0.25 0.38
HSL 314.81º 0.99% 0.31% -
HSV(B) 314.81º 0.99% 0.62% -
XYZ 17.7 8.75 18.53 -
YUV 61.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 159 1 120 0 0.99 0.25 0.38 314.81 0.99 0.31
Hex 9F 1 78 0 63 19 26 13B 63 1F
Octal 237 1 170 0 143 31 46 473 143 37
Binary 10011111 1 1111000 0 1100011 11001 100110 100111011 1100011 11111

Color Harmonies of #9F0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0178

Black with #9F0178

Text Example


Text Example

White with #9F0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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