Html Css Color HEX #950589 Dark Magenta

📋 copy color: '#950589'

red 149 ◦ green 5 ◦ blue 137

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

Shades of Dark Magenta #950589

Tints of Dark Magenta #950589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.08%

R = 51.2%
G = 1.72%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#950589 (or 0x950589) is known color: Dark Magenta. HEX triplet: 95, 05 and 89. RGB value is (149,5,137). Sum of RGB (Red+Green+Blue) = 149+5+137=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #950589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950589 is #6AFA76. Grayscale: #3E3E3E. Windows color (decimal): -7010935 or 8979861. OLE color: 8979861.

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

Color convert

RGB 149 5 137 -
CMYK 0 0.97 0.08 0.42
HSL 305º 0.94% 0.3% -
HSV(B) 305º 0.97% 0.58% -
XYZ 16.96 8.3 24.38 -
YUV 63.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 149 5 137 0 0.97 0.08 0.42 305 0.94 0.3
Hex 95 5 89 0 61 8 2A 131 5E 1E
Octal 225 5 211 0 141 10 52 461 136 36
Binary 10010101 101 10001001 0 1100001 1000 101010 100110001 1011110 11110

Color Harmonies of #950589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950589

Black with #950589

Text Example


Text Example

White with #950589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950589; }

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

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

background-color css

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

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

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

border-color css

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

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

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