Html Css Color HEX #9F126E Eggplant

📋 copy color: '#9F126E'

red 159 ◦ green 18 ◦ blue 110

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

Shades of Eggplant #9F126E

Tints of Eggplant #9F126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 55.4%
G = 6.27%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F126E (or 0x9F126E) is known color: Eggplant. HEX triplet: 9F, 12 and 6E. RGB value is (159,18,110). Sum of RGB (Red+Green+Blue) = 159+18+110=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F126E is #60ED91. Grayscale: #464646. Windows color (decimal): -6352274 or 7213727. OLE color: 7213727.

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

Color convert

RGB 159 18 110 -
CMYK 0 0.89 0.31 0.38
HSL 320.85º 0.8% 0.35% -
HSV(B) 320.85º 0.89% 0.62% -
XYZ 17.33 8.93 15.56 -
YUV 70.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 159 18 110 0 0.89 0.31 0.38 320.85 0.8 0.35
Hex 9F 12 6E 0 59 1F 26 141 50 23
Octal 237 22 156 0 131 37 46 501 120 43
Binary 10011111 10010 1101110 0 1011001 11111 100110 101000001 1010000 100011

Color Harmonies of #9F126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F126E

Black with #9F126E

Text Example


Text Example

White with #9F126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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