Html Css Color HEX #9D096E Eggplant

📋 copy color: '#9D096E'

red 157 ◦ green 9 ◦ blue 110

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

Shades of Eggplant #9D096E

Tints of Eggplant #9D096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 56.88%
G = 3.26%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D096E (or 0x9D096E) is known color: Eggplant. HEX triplet: 9D, 09 and 6E. RGB value is (157,9,110). Sum of RGB (Red+Green+Blue) = 157+9+110=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D096E is #62F691. Grayscale: #404040. Windows color (decimal): -6485650 or 7211421. OLE color: 7211421.

HSL color Cylindrical-coordinate representation of color #9D096E: hue angle of 319.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D096E is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 9 110 -
CMYK 0 0.94 0.30 0.38
HSL 319.05º 0.89% 0.33% -
HSV(B) 319.05º 0.94% 0.62% -
XYZ 16.82 8.49 15.5 -
YUV 64.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 157 9 110 0 0.94 0.30 0.38 319.05 0.89 0.33
Hex 9D 9 6E 0 5E 1E 26 13F 59 21
Octal 235 11 156 0 136 36 46 477 131 41
Binary 10011101 1001 1101110 0 1011110 11110 100110 100111111 1011001 100001

Color Harmonies of #9D096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D096E

Black with #9D096E

Text Example


Text Example

White with #9D096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,9,110); }

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

background-color css

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

 a { background-color: rgb(157,9,110); }

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

border-color css

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

 span { border-color: rgb(157,9,110); }

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