Html Css Color HEX #9F0062 Eggplant

📋 copy color: '#9F0062'

red 159 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #9F0062

Tints of Eggplant #9F0062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 61.87%
G = 0%
B = 38.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F0062 (or 0x9F0062) is known color: Eggplant. HEX triplet: 9F, 00 and 62. RGB value is (159,0,98). Sum of RGB (Red+Green+Blue) = 159+0+98=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0062 is #60FF9D. Grayscale: #3A3A3A. Windows color (decimal): -6356894 or 6422687. OLE color: 6422687.

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

Color convert

RGB 159 0 98 -
CMYK 0 1 0.38 0.38
HSL 323.02º 1% 0.31% -
HSV(B) 323.02º 1% 0.62% -
XYZ 16.5 8.25 12.28 -
YUV 58.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 159 0 98 0 1 0.38 0.38 323.02 1 0.31
Hex 9F 0 62 0 64 26 26 143 64 1F
Octal 237 0 142 0 144 46 46 503 144 37
Binary 10011111 0 1100010 0 1100100 100110 100110 101000011 1100100 11111

Color Harmonies of #9F0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0062

Black with #9F0062

Text Example


Text Example

White with #9F0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,98); }

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

background-color css

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

 a { background-color: rgb(159,0,98); }

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

border-color css

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

 span { border-color: rgb(159,0,98); }

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