Html Css Color HEX #95047C Dark Magenta

📋 copy color: '#95047C'

red 149 ◦ green 4 ◦ blue 124

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

Shades of Dark Magenta #95047C

Tints of Dark Magenta #95047C

RGB

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

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

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

R = 53.79%
G = 1.44%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95047C (or 0x95047C) is known color: Dark Magenta. HEX triplet: 95, 04 and 7C. RGB value is (149,4,124). Sum of RGB (Red+Green+Blue) = 149+4+124=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95047C is #6AFB83. Grayscale: #3C3C3C. Windows color (decimal): -7011204 or 8127637. OLE color: 8127637.

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

Color convert

RGB 149 4 124 -
CMYK 0 0.97 0.17 0.42
HSL 310.34º 0.95% 0.3% -
HSV(B) 310.34º 0.97% 0.58% -
XYZ 16.08 7.93 19.75 -
YUV 61.04 163.54 190.74 -
System Red Green Blue C M Y K H S L
Decimal 149 4 124 0 0.97 0.17 0.42 310.34 0.95 0.3
Hex 95 4 7C 0 61 11 2A 136 5F 1E
Octal 225 4 174 0 141 21 52 466 137 36
Binary 10010101 100 1111100 0 1100001 10001 101010 100110110 1011111 11110

Color Harmonies of #95047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95047C

Black with #95047C

Text Example


Text Example

White with #95047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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