Html Css Color HEX #9D005B Eggplant

📋 copy color: '#9D005B'

red 157 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #9D005B

Tints of Eggplant #9D005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 63.31%
G = 0%
B = 36.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9D005B (or 0x9D005B) is known color: Eggplant. HEX triplet: 9D, 00 and 5B. RGB value is (157,0,91). Sum of RGB (Red+Green+Blue) = 157+0+91=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D005B is #62FFA4. Grayscale: #393939. Windows color (decimal): -6487973 or 5963933. OLE color: 5963933.

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

Color convert

RGB 157 0 91 -
CMYK 0 1 0.42 0.38
HSL 325.22º 1% 0.31% -
HSV(B) 325.22º 1% 0.62% -
XYZ 15.79 7.92 10.59 -
YUV 57.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 157 0 91 0 1 0.42 0.38 325.22 1 0.31
Hex 9D 0 5B 0 64 2A 26 145 64 1F
Octal 235 0 133 0 144 52 46 505 144 37
Binary 10011101 0 1011011 0 1100100 101010 100110 101000101 1100100 11111

Color Harmonies of #9D005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D005B

Black with #9D005B

Text Example


Text Example

White with #9D005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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