Html Css Color HEX #9D015E Eggplant

📋 copy color: '#9D015E'

red 157 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #9D015E

Tints of Eggplant #9D015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 62.3%
G = 0.4%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D015E (or 0x9D015E) is known color: Eggplant. HEX triplet: 9D, 01 and 5E. RGB value is (157,1,94). Sum of RGB (Red+Green+Blue) = 157+1+94=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D015E is #62FEA1. Grayscale: #3A3A3A. Windows color (decimal): -6487714 or 6160797. OLE color: 6160797.

HSL color Cylindrical-coordinate representation of color #9D015E: hue angle of 324.23º 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 #9D015E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 1 94 -
CMYK 0 0.99 0.40 0.38
HSL 324.23º 0.99% 0.31% -
HSV(B) 324.23º 0.99% 0.62% -
XYZ 15.94 8 11.29 -
YUV 58.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 157 1 94 0 0.99 0.40 0.38 324.23 0.99 0.31
Hex 9D 1 5E 0 63 28 26 144 63 1F
Octal 235 1 136 0 143 50 46 504 143 37
Binary 10011101 1 1011110 0 1100011 101000 100110 101000100 1100011 11111

Color Harmonies of #9D015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D015E

Black with #9D015E

Text Example


Text Example

White with #9D015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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