Html Css Color HEX #9F0377 Eggplant

📋 copy color: '#9F0377'

red 159 ◦ green 3 ◦ blue 119

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

Shades of Eggplant #9F0377

Tints of Eggplant #9F0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 56.58%
G = 1.07%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F0377 (or 0x9F0377) is known color: Eggplant. HEX triplet: 9F, 03 and 77. RGB value is (159,3,119). Sum of RGB (Red+Green+Blue) = 159+3+119=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0377 is #60FC88. Grayscale: #3E3E3E. Windows color (decimal): -6356105 or 7799711. OLE color: 7799711.

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

Color convert

RGB 159 3 119 -
CMYK 0 0.98 0.25 0.38
HSL 315.38º 0.96% 0.32% -
HSV(B) 315.38º 0.98% 0.62% -
XYZ 17.66 8.77 18.21 -
YUV 62.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 159 3 119 0 0.98 0.25 0.38 315.38 0.96 0.32
Hex 9F 3 77 0 62 19 26 13B 60 20
Octal 237 3 167 0 142 31 46 473 140 40
Binary 10011111 11 1110111 0 1100010 11001 100110 100111011 1100000 100000

Color Harmonies of #9F0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0377

Black with #9F0377

Text Example


Text Example

White with #9F0377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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