Html Css Color HEX #9D0063 Eggplant

📋 copy color: '#9D0063'

red 157 ◦ green 0 ◦ blue 99

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

Shades of Eggplant #9D0063

Tints of Eggplant #9D0063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 61.33%
G = 0%
B = 38.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D0063 (or 0x9D0063) is known color: Eggplant. HEX triplet: 9D, 00 and 63. RGB value is (157,0,99). Sum of RGB (Red+Green+Blue) = 157+0+99=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0063 is #62FF9C. Grayscale: #393939. Windows color (decimal): -6487965 or 6488221. OLE color: 6488221.

HSL color Cylindrical-coordinate representation of color #9D0063: hue angle of 322.17º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0063 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 0 99 -
CMYK 0 1 0.37 0.38
HSL 322.17º 1% 0.31% -
HSV(B) 322.17º 1% 0.62% -
XYZ 16.16 8.07 12.51 -
YUV 58.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 157 0 99 0 1 0.37 0.38 322.17 1 0.31
Hex 9D 0 63 0 64 25 26 142 64 1F
Octal 235 0 143 0 144 45 46 502 144 37
Binary 10011101 0 1100011 0 1100100 100101 100110 101000010 1100100 11111

Color Harmonies of #9D0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0063

Black with #9D0063

Text Example


Text Example

White with #9D0063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,0,99); }

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

background-color css

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

 a { background-color: rgb(157,0,99); }

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

border-color css

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

 span { border-color: rgb(157,0,99); }

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