Html Css Color HEX #951290 Dark Magenta

📋 copy color: '#951290'

red 149 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #951290

Tints of Dark Magenta #951290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 47.91%
G = 5.79%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#951290 (or 0x951290) is known color: Dark Magenta. HEX triplet: 95, 12 and 90. RGB value is (149,18,144). Sum of RGB (Red+Green+Blue) = 149+18+144=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #951290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951290 is #6AED6F. Grayscale: #474747. Windows color (decimal): -7007600 or 9441941. OLE color: 9441941.

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

Color convert

RGB 149 18 144 -
CMYK 0 0.88 0.03 0.42
HSL 302.29º 0.78% 0.33% -
HSV(B) 302.29º 0.88% 0.58% -
XYZ 17.64 8.84 27.16 -
YUV 71.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 149 18 144 0 0.88 0.03 0.42 302.29 0.78 0.33
Hex 95 12 90 0 58 3 2A 12E 4E 21
Octal 225 22 220 0 130 3 52 456 116 41
Binary 10010101 10010 10010000 0 1011000 11 101010 100101110 1001110 100001

Color Harmonies of #951290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951290

Black with #951290

Text Example


Text Example

White with #951290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951290; }

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

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

background-color css

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

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

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

border-color css

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

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

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