Html Css Color HEX #95037C Dark Magenta

📋 copy color: '#95037C'

red 149 ◦ green 3 ◦ blue 124

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

Shades of Dark Magenta #95037C

Tints of Dark Magenta #95037C

RGB

 RED value IS 149 (58.59% from 255) = 53.99%

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 53.99%
G = 1.09%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95037C (or 0x95037C) is known color: Dark Magenta. HEX triplet: 95, 03 and 7C. RGB value is (149,3,124). Sum of RGB (Red+Green+Blue) = 149+3+124=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95037C is #6AFC83. Grayscale: #3C3C3C. Windows color (decimal): -7011460 or 8127381. OLE color: 8127381.

HSL color Cylindrical-coordinate representation of color #95037C: hue angle of 310.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95037C is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 124 -
CMYK 0 0.98 0.17 0.42
HSL 310.27º 0.96% 0.3% -
HSV(B) 310.27º 0.98% 0.58% -
XYZ 16.07 7.91 19.75 -
YUV 60.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 149 3 124 0 0.98 0.17 0.42 310.27 0.96 0.3
Hex 95 3 7C 0 62 11 2A 136 60 1E
Octal 225 3 174 0 142 21 52 466 140 36
Binary 10010101 11 1111100 0 1100010 10001 101010 100110110 1100000 11110

Color Harmonies of #95037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95037C

Black with #95037C

Text Example


Text Example

White with #95037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95037C; }

 p { color: rgb(149,3,124); }

 H1.HeaderClassName
 {
   color: #95037C;
 }
 .AnyTagClassName
 {
   color: #95037C;
 }
</style>

background-color css

<style>
 a { background-color: #95037C; }

 a { background-color: rgb(149,3,124); }

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

border-color css

<style>
 span { border-color: #95037C; }

 span { border-color: rgb(149,3,124); }

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