Html Css Color HEX #9D0D6E Eggplant

📋 copy color: '#9D0D6E'

red 157 ◦ green 13 ◦ blue 110

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

Shades of Eggplant #9D0D6E

Tints of Eggplant #9D0D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 56.07%
G = 4.64%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D0D6E (or 0x9D0D6E) is known color: Eggplant. HEX triplet: 9D, 0D and 6E. RGB value is (157,13,110). Sum of RGB (Red+Green+Blue) = 157+13+110=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0D6E is #62F291. Grayscale: #424242. Windows color (decimal): -6484626 or 7212445. OLE color: 7212445.

HSL color Cylindrical-coordinate representation of color #9D0D6E: hue angle of 319.58º degrees, saturation: 0.85, 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 #9D0D6E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 13 110 -
CMYK 0 0.92 0.30 0.38
HSL 319.58º 0.85% 0.33% -
HSV(B) 319.58º 0.92% 0.62% -
XYZ 16.86 8.58 15.52 -
YUV 67.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 157 13 110 0 0.92 0.30 0.38 319.58 0.85 0.33
Hex 9D D 6E 0 5C 1E 26 140 55 21
Octal 235 15 156 0 134 36 46 500 125 41
Binary 10011101 1101 1101110 0 1011100 11110 100110 101000000 1010101 100001

Color Harmonies of #9D0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0D6E

Black with #9D0D6E

Text Example


Text Example

White with #9D0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,13,110); }

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

background-color css

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

 a { background-color: rgb(157,13,110); }

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

border-color css

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

 span { border-color: rgb(157,13,110); }

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