Html Css Color HEX #9F0A6E Eggplant

📋 copy color: '#9F0A6E'

red 159 ◦ green 10 ◦ blue 110

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

Shades of Eggplant #9F0A6E

Tints of Eggplant #9F0A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.58%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 56.99%
G = 3.58%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F0A6E (or 0x9F0A6E) is known color: Eggplant. HEX triplet: 9F, 0A and 6E. RGB value is (159,10,110). Sum of RGB (Red+Green+Blue) = 159+10+110=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A6E is #60F591. Grayscale: #414141. Windows color (decimal): -6354322 or 7211679. OLE color: 7211679.

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

Color convert

RGB 159 10 110 -
CMYK 0 0.94 0.31 0.38
HSL 319.73º 0.88% 0.33% -
HSV(B) 319.73º 0.94% 0.62% -
XYZ 17.22 8.71 15.53 -
YUV 65.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 159 10 110 0 0.94 0.31 0.38 319.73 0.88 0.33
Hex 9F A 6E 0 5E 1F 26 140 58 21
Octal 237 12 156 0 136 37 46 500 130 41
Binary 10011111 1010 1101110 0 1011110 11111 100110 101000000 1011000 100001

Color Harmonies of #9F0A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A6E

Black with #9F0A6E

Text Example


Text Example

White with #9F0A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,110); }

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

background-color css

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

 a { background-color: rgb(159,10,110); }

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

border-color css

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

 span { border-color: rgb(159,10,110); }

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