Html Css Color HEX #951490 Dark Magenta

📋 copy color: '#951490'

red 149 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #951490

Tints of Dark Magenta #951490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

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

R = 47.6%
G = 6.39%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#951490 (or 0x951490) is known color: Dark Magenta. HEX triplet: 95, 14 and 90. RGB value is (149,20,144). Sum of RGB (Red+Green+Blue) = 149+20+144=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #951490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951490 is #6AEB6F. Grayscale: #484848. Windows color (decimal): -7007088 or 9442453. OLE color: 9442453.

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

Color convert

RGB 149 20 144 -
CMYK 0 0.87 0.03 0.42
HSL 302.33º 0.76% 0.33% -
HSV(B) 302.33º 0.87% 0.58% -
XYZ 17.68 8.9 27.17 -
YUV 72.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 149 20 144 0 0.87 0.03 0.42 302.33 0.76 0.33
Hex 95 14 90 0 57 3 2A 12E 4C 21
Octal 225 24 220 0 127 3 52 456 114 41
Binary 10010101 10100 10010000 0 1010111 11 101010 100101110 1001100 100001

Color Harmonies of #951490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951490

Black with #951490

Text Example


Text Example

White with #951490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951490; }

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

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

background-color css

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

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

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

border-color css

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

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

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