Html Css Color HEX #9D0C7D Eggplant

📋 copy color: '#9D0C7D'

red 157 ◦ green 12 ◦ blue 125

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

Shades of Eggplant #9D0C7D

Tints of Eggplant #9D0C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 53.4%
G = 4.08%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D0C7D (or 0x9D0C7D) is known color: Eggplant. HEX triplet: 9D, 0C and 7D. RGB value is (157,12,125). Sum of RGB (Red+Green+Blue) = 157+12+125=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C7D is #62F382. Grayscale: #434343. Windows color (decimal): -6484867 or 8195229. OLE color: 8195229.

HSL color Cylindrical-coordinate representation of color #9D0C7D: hue angle of 313.24º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C7D is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 12 125 -
CMYK 0 0.92 0.20 0.38
HSL 313.24º 0.86% 0.33% -
HSV(B) 313.24º 0.92% 0.62% -
XYZ 17.74 8.91 20.19 -
YUV 68.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 157 12 125 0 0.92 0.20 0.38 313.24 0.86 0.33
Hex 9D C 7D 0 5C 14 26 139 56 21
Octal 235 14 175 0 134 24 46 471 126 41
Binary 10011101 1100 1111101 0 1011100 10100 100110 100111001 1010110 100001

Color Harmonies of #9D0C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0C7D

Black with #9D0C7D

Text Example


Text Example

White with #9D0C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,12,125); }

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

background-color css

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

 a { background-color: rgb(157,12,125); }

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

border-color css

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

 span { border-color: rgb(157,12,125); }

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