Html Css Color HEX #9F0161 Eggplant

📋 copy color: '#9F0161'

red 159 ◦ green 1 ◦ blue 97

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

Shades of Eggplant #9F0161

Tints of Eggplant #9F0161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 61.87%
G = 0.39%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F0161 (or 0x9F0161) is known color: Eggplant. HEX triplet: 9F, 01 and 61. RGB value is (159,1,97). Sum of RGB (Red+Green+Blue) = 159+1+97=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0161 is #60FE9E. Grayscale: #3A3A3A. Windows color (decimal): -6356639 or 6357407. OLE color: 6357407.

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

Color convert

RGB 159 1 97 -
CMYK 0 0.99 0.39 0.38
HSL 323.54º 0.99% 0.31% -
HSV(B) 323.54º 0.99% 0.62% -
XYZ 16.47 8.26 12.03 -
YUV 59.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 159 1 97 0 0.99 0.39 0.38 323.54 0.99 0.31
Hex 9F 1 61 0 63 27 26 144 63 1F
Octal 237 1 141 0 143 47 46 504 143 37
Binary 10011111 1 1100001 0 1100011 100111 100110 101000100 1100011 11111

Color Harmonies of #9F0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0161

Black with #9F0161

Text Example


Text Example

White with #9F0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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