Html Css Color HEX #95057C Dark Magenta

📋 copy color: '#95057C'

red 149 ◦ green 5 ◦ blue 124

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

Shades of Dark Magenta #95057C

Tints of Dark Magenta #95057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

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

R = 53.6%
G = 1.8%
B = 44.6%

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

#95057C (or 0x95057C) is known color: Dark Magenta. HEX triplet: 95, 05 and 7C. RGB value is (149,5,124). Sum of RGB (Red+Green+Blue) = 149+5+124=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95057C is #6AFA83. Grayscale: #3D3D3D. Windows color (decimal): -7010948 or 8127893. OLE color: 8127893.

HSL color Cylindrical-coordinate representation of color #95057C: hue angle of 310.42º degrees, saturation: 0.94, 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 #95057C is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 124 -
CMYK 0 0.97 0.17 0.42
HSL 310.42º 0.94% 0.3% -
HSV(B) 310.42º 0.97% 0.58% -
XYZ 16.09 7.95 19.76 -
YUV 61.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 149 5 124 0 0.97 0.17 0.42 310.42 0.94 0.3
Hex 95 5 7C 0 61 11 2A 136 5E 1E
Octal 225 5 174 0 141 21 52 466 136 36
Binary 10010101 101 1111100 0 1100001 10001 101010 100110110 1011110 11110

Color Harmonies of #95057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95057C

Black with #95057C

Text Example


Text Example

White with #95057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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