Html Css Color HEX #950591 Dark Magenta

📋 copy color: '#950591'

red 149 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #950591

Tints of Dark Magenta #950591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 49.83%
G = 1.67%
B = 48.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#950591 (or 0x950591) is known color: Dark Magenta. HEX triplet: 95, 05 and 91. RGB value is (149,5,145). Sum of RGB (Red+Green+Blue) = 149+5+145=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #950591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950591 is #6AFA6E. Grayscale: #3F3F3F. Windows color (decimal): -7010927 or 9504149. OLE color: 9504149.

HSL color Cylindrical-coordinate representation of color #950591: hue angle of 301.67º 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 #950591 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 145 -
CMYK 0 0.97 0.03 0.42
HSL 301.67º 0.94% 0.3% -
HSV(B) 301.67º 0.97% 0.58% -
XYZ 17.56 8.54 27.51 -
YUV 64.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 149 5 145 0 0.97 0.03 0.42 301.67 0.94 0.3
Hex 95 5 91 0 61 3 2A 12E 5E 1E
Octal 225 5 221 0 141 3 52 456 136 36
Binary 10010101 101 10010001 0 1100001 11 101010 100101110 1011110 11110

Color Harmonies of #950591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950591

Black with #950591

Text Example


Text Example

White with #950591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950591; }

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

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

background-color css

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

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

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

border-color css

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

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

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