Html Css Color HEX #9D1871 Eggplant

📋 copy color: '#9D1871'

red 157 ◦ green 24 ◦ blue 113

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

Shades of Eggplant #9D1871

Tints of Eggplant #9D1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 53.4%
G = 8.16%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D1871 (or 0x9D1871) is known color: Eggplant. HEX triplet: 9D, 18 and 71. RGB value is (157,24,113). Sum of RGB (Red+Green+Blue) = 157+24+113=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1871 is #62E78E. Grayscale: #494949. Windows color (decimal): -6481807 or 7411869. OLE color: 7411869.

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

Color convert

RGB 157 24 113 -
CMYK 0 0.85 0.28 0.38
HSL 319.85º 0.73% 0.35% -
HSV(B) 319.85º 0.85% 0.62% -
XYZ 17.21 9.01 16.46 -
YUV 73.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 157 24 113 0 0.85 0.28 0.38 319.85 0.73 0.35
Hex 9D 18 71 0 55 1C 26 140 49 23
Octal 235 30 161 0 125 34 46 500 111 43
Binary 10011101 11000 1110001 0 1010101 11100 100110 101000000 1001001 100011

Color Harmonies of #9D1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1871

Black with #9D1871

Text Example


Text Example

White with #9D1871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,113); }

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

background-color css

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

 a { background-color: rgb(157,24,113); }

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

border-color css

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

 span { border-color: rgb(157,24,113); }

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