Html Css Color HEX #9D0095 Dark Magenta

📋 copy color: '#9D0095'

red 157 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #9D0095

Tints of Dark Magenta #9D0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 51.31%
G = 0%
B = 48.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9D0095 (or 0x9D0095) is known color: Dark Magenta. HEX triplet: 9D, 00 and 95. RGB value is (157,0,149). Sum of RGB (Red+Green+Blue) = 157+0+149=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0095 is #62FF6A. Grayscale: #3F3F3F. Windows color (decimal): -6487915 or 9765021. OLE color: 9765021.

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

Color convert

RGB 157 0 149 -
CMYK 0 1 0.05 0.38
HSL 303.06º 1% 0.31% -
HSV(B) 303.06º 1% 0.62% -
XYZ 19.33 9.34 29.22 -
YUV 63.93 176.01 194.38 -
System Red Green Blue C M Y K H S L
Decimal 157 0 149 0 1 0.05 0.38 303.06 1 0.31
Hex 9D 0 95 0 64 5 26 12F 64 1F
Octal 235 0 225 0 144 5 46 457 144 37
Binary 10011101 0 10010101 0 1100100 101 100110 100101111 1100100 11111

Color Harmonies of #9D0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0095

Black with #9D0095

Text Example


Text Example

White with #9D0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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