Html Css Color HEX #9F067A Eggplant

📋 copy color: '#9F067A'

red 159 ◦ green 6 ◦ blue 122

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

Shades of Eggplant #9F067A

Tints of Eggplant #9F067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

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

R = 55.4%
G = 2.09%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F067A (or 0x9F067A) is known color: Eggplant. HEX triplet: 9F, 06 and 7A. RGB value is (159,6,122). Sum of RGB (Red+Green+Blue) = 159+6+122=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F067A is #60F985. Grayscale: #404040. Windows color (decimal): -6355334 or 7997087. OLE color: 7997087.

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

Color convert

RGB 159 6 122 -
CMYK 0 0.96 0.23 0.38
HSL 314.51º 0.93% 0.32% -
HSV(B) 314.51º 0.96% 0.62% -
XYZ 17.88 8.91 19.19 -
YUV 64.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 159 6 122 0 0.96 0.23 0.38 314.51 0.93 0.32
Hex 9F 6 7A 0 60 17 26 13B 5D 20
Octal 237 6 172 0 140 27 46 473 135 40
Binary 10011111 110 1111010 0 1100000 10111 100110 100111011 1011101 100000

Color Harmonies of #9F067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F067A

Black with #9F067A

Text Example


Text Example

White with #9F067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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