Html Css Color HEX #9D015D Eggplant

📋 copy color: '#9D015D'

red 157 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #9D015D

Tints of Eggplant #9D015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 62.55%
G = 0.4%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D015D (or 0x9D015D) is known color: Eggplant. HEX triplet: 9D, 01 and 5D. RGB value is (157,1,93). Sum of RGB (Red+Green+Blue) = 157+1+93=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D015D is #62FEA2. Grayscale: #393939. Windows color (decimal): -6487715 or 6095261. OLE color: 6095261.

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

Color convert

RGB 157 1 93 -
CMYK 0 0.99 0.41 0.38
HSL 324.62º 0.99% 0.31% -
HSV(B) 324.62º 0.99% 0.62% -
XYZ 15.89 7.98 11.06 -
YUV 58.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 157 1 93 0 0.99 0.41 0.38 324.62 0.99 0.31
Hex 9D 1 5D 0 63 29 26 145 63 1F
Octal 235 1 135 0 143 51 46 505 143 37
Binary 10011101 1 1011101 0 1100011 101001 100110 101000101 1100011 11111

Color Harmonies of #9D015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D015D

Black with #9D015D

Text Example


Text Example

White with #9D015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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