Html Css Color HEX #951590 Dark Magenta

📋 copy color: '#951590'

red 149 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #951590

Tints of Dark Magenta #951590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 47.45%
G = 6.69%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#951590 (or 0x951590) is known color: Dark Magenta. HEX triplet: 95, 15 and 90. RGB value is (149,21,144). Sum of RGB (Red+Green+Blue) = 149+21+144=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #951590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951590 is #6AEA6F. Grayscale: #484848. Windows color (decimal): -7006832 or 9442709. OLE color: 9442709.

HSL color Cylindrical-coordinate representation of color #951590: hue angle of 302.34º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951590 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 144 -
CMYK 0 0.86 0.03 0.42
HSL 302.34º 0.75% 0.33% -
HSV(B) 302.34º 0.86% 0.58% -
XYZ 17.7 8.94 27.18 -
YUV 73.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 149 21 144 0 0.86 0.03 0.42 302.34 0.75 0.33
Hex 95 15 90 0 56 3 2A 12E 4B 21
Octal 225 25 220 0 126 3 52 456 113 41
Binary 10010101 10101 10010000 0 1010110 11 101010 100101110 1001011 100001

Color Harmonies of #951590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951590

Black with #951590

Text Example


Text Example

White with #951590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951590; }

 p { color: rgb(149,21,144); }

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

background-color css

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

 a { background-color: rgb(149,21,144); }

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

border-color css

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

 span { border-color: rgb(149,21,144); }

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