Html Css Color HEX #9F007A Eggplant

📋 copy color: '#9F007A'

red 159 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #9F007A

Tints of Eggplant #9F007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.42%

R = 56.58%
G = 0%
B = 43.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F007A (or 0x9F007A) is known color: Eggplant. HEX triplet: 9F, 00 and 7A. RGB value is (159,0,122). Sum of RGB (Red+Green+Blue) = 159+0+122=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F007A is #60FF85. Grayscale: #3D3D3D. Windows color (decimal): -6356870 or 7995551. OLE color: 7995551.

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

Color convert

RGB 159 0 122 -
CMYK 0 1 0.23 0.38
HSL 313.96º 1% 0.31% -
HSV(B) 313.96º 1% 0.62% -
XYZ 17.81 8.78 19.17 -
YUV 61.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 159 0 122 0 1 0.23 0.38 313.96 1 0.31
Hex 9F 0 7A 0 64 17 26 13A 64 1F
Octal 237 0 172 0 144 27 46 472 144 37
Binary 10011111 0 1111010 0 1100100 10111 100110 100111010 1100100 11111

Color Harmonies of #9F007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F007A

Black with #9F007A

Text Example


Text Example

White with #9F007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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