Html Css Color HEX #9F1077 Eggplant

📋 copy color: '#9F1077'

red 159 ◦ green 16 ◦ blue 119

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

Shades of Eggplant #9F1077

Tints of Eggplant #9F1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

 BLUE value IS 119 (46.88% from 255) = 40.48%

R = 54.08%
G = 5.44%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F1077 (or 0x9F1077) is known color: Eggplant. HEX triplet: 9F, 10 and 77. RGB value is (159,16,119). Sum of RGB (Red+Green+Blue) = 159+16+119=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1077 is #60EF88. Grayscale: #464646. Windows color (decimal): -6352777 or 7803039. OLE color: 7803039.

HSL color Cylindrical-coordinate representation of color #9F1077: hue angle of 316.78º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1077 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 119 -
CMYK 0 0.90 0.25 0.38
HSL 316.78º 0.82% 0.34% -
HSV(B) 316.78º 0.9% 0.62% -
XYZ 17.81 9.07 18.27 -
YUV 70.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 159 16 119 0 0.90 0.25 0.38 316.78 0.82 0.34
Hex 9F 10 77 0 5A 19 26 13D 52 22
Octal 237 20 167 0 132 31 46 475 122 42
Binary 10011111 10000 1110111 0 1011010 11001 100110 100111101 1010010 100010

Color Harmonies of #9F1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1077

Black with #9F1077

Text Example


Text Example

White with #9F1077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,16,119); }

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

background-color css

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

 a { background-color: rgb(159,16,119); }

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

border-color css

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

 span { border-color: rgb(159,16,119); }

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