Html Css Color HEX #9D0163 Eggplant

📋 copy color: '#9D0163'

red 157 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #9D0163

Tints of Eggplant #9D0163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 61.09%
G = 0.39%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D0163 (or 0x9D0163) is known color: Eggplant. HEX triplet: 9D, 01 and 63. RGB value is (157,1,99). Sum of RGB (Red+Green+Blue) = 157+1+99=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0163 is #62FE9C. Grayscale: #3A3A3A. Windows color (decimal): -6487709 or 6488477. OLE color: 6488477.

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

Color convert

RGB 157 1 99 -
CMYK 0 0.99 0.37 0.38
HSL 322.31º 0.99% 0.31% -
HSV(B) 322.31º 0.99% 0.62% -
XYZ 16.17 8.09 12.51 -
YUV 58.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 157 1 99 0 0.99 0.37 0.38 322.31 0.99 0.31
Hex 9D 1 63 0 63 25 26 142 63 1F
Octal 235 1 143 0 143 45 46 502 143 37
Binary 10011101 1 1100011 0 1100011 100101 100110 101000010 1100011 11111

Color Harmonies of #9D0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0163

Black with #9D0163

Text Example


Text Example

White with #9D0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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