Html Css Color HEX #9D0F70 Eggplant

📋 copy color: '#9D0F70'

red 157 ◦ green 15 ◦ blue 112

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

Shades of Eggplant #9D0F70

Tints of Eggplant #9D0F70

RGB

 RED value IS 157 (61.72% from 255) = 55.28%

 GREEN value IS 15 (6.25% from 255) = 5.28%

 BLUE value IS 112 (44.14% from 255) = 39.44%

R = 55.28%
G = 5.28%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D0F70 (or 0x9D0F70) is known color: Eggplant. HEX triplet: 9D, 0F and 70. RGB value is (157,15,112). Sum of RGB (Red+Green+Blue) = 157+15+112=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0F70 is #62F08F. Grayscale: #444444. Windows color (decimal): -6484112 or 7344029. OLE color: 7344029.

HSL color Cylindrical-coordinate representation of color #9D0F70: hue angle of 319.01º degrees, saturation: 0.83, 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 #9D0F70 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 15 112 -
CMYK 0 0.90 0.29 0.38
HSL 319.01º 0.83% 0.34% -
HSV(B) 319.01º 0.9% 0.62% -
XYZ 17 8.68 16.11 -
YUV 68.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 157 15 112 0 0.90 0.29 0.38 319.01 0.83 0.34
Hex 9D F 70 0 5A 1D 26 13F 53 22
Octal 235 17 160 0 132 35 46 477 123 42
Binary 10011101 1111 1110000 0 1011010 11101 100110 100111111 1010011 100010

Color Harmonies of #9D0F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0F70

Black with #9D0F70

Text Example


Text Example

White with #9D0F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,15,112); }

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

background-color css

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

 a { background-color: rgb(157,15,112); }

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

border-color css

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

 span { border-color: rgb(157,15,112); }

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