Html Css Color HEX #950588 Dark Magenta

📋 copy color: '#950588'

red 149 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #950588

Tints of Dark Magenta #950588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 51.38%
G = 1.72%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#950588 (or 0x950588) is known color: Dark Magenta. HEX triplet: 95, 05 and 88. RGB value is (149,5,136). Sum of RGB (Red+Green+Blue) = 149+5+136=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #950588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950588 is #6AFA77. Grayscale: #3E3E3E. Windows color (decimal): -7010936 or 8914325. OLE color: 8914325.

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

Color convert

RGB 149 5 136 -
CMYK 0 0.97 0.09 0.42
HSL 305.42º 0.94% 0.3% -
HSV(B) 305.42º 0.97% 0.58% -
XYZ 16.89 8.28 24 -
YUV 62.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 149 5 136 0 0.97 0.09 0.42 305.42 0.94 0.3
Hex 95 5 88 0 61 9 2A 131 5E 1E
Octal 225 5 210 0 141 11 52 461 136 36
Binary 10010101 101 10001000 0 1100001 1001 101010 100110001 1011110 11110

Color Harmonies of #950588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950588

Black with #950588

Text Example


Text Example

White with #950588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950588; }

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

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

background-color css

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

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

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

border-color css

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

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

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