Html Css Color HEX #9D0461 Eggplant

📋 copy color: '#9D0461'

red 157 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #9D0461

Tints of Eggplant #9D0461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 60.85%
G = 1.55%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D0461 (or 0x9D0461) is known color: Eggplant. HEX triplet: 9D, 04 and 61. RGB value is (157,4,97). Sum of RGB (Red+Green+Blue) = 157+4+97=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0461 is #62FB9E. Grayscale: #3C3C3C. Windows color (decimal): -6486943 or 6358173. OLE color: 6358173.

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

Color convert

RGB 157 4 97 -
CMYK 0 0.97 0.38 0.38
HSL 323.53º 0.95% 0.32% -
HSV(B) 323.53º 0.97% 0.62% -
XYZ 16.11 8.12 12.03 -
YUV 60.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 157 4 97 0 0.97 0.38 0.38 323.53 0.95 0.32
Hex 9D 4 61 0 61 26 26 144 5F 20
Octal 235 4 141 0 141 46 46 504 137 40
Binary 10011101 100 1100001 0 1100001 100110 100110 101000100 1011111 100000

Color Harmonies of #9D0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0461

Black with #9D0461

Text Example


Text Example

White with #9D0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,4,97); }

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

background-color css

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

 a { background-color: rgb(157,4,97); }

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

border-color css

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

 span { border-color: rgb(157,4,97); }

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