Html Css Color HEX #950291 Dark Magenta

📋 copy color: '#950291'

red 149 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #950291

Tints of Dark Magenta #950291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 50.34%
G = 0.68%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#950291 (or 0x950291) is known color: Dark Magenta. HEX triplet: 95, 02 and 91. RGB value is (149,2,145). Sum of RGB (Red+Green+Blue) = 149+2+145=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #950291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950291 is #6AFD6E. Grayscale: #3D3D3D. Windows color (decimal): -7011695 or 9503381. OLE color: 9503381.

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

Color convert

RGB 149 2 145 -
CMYK 0 0.99 0.03 0.42
HSL 301.63º 0.97% 0.3% -
HSV(B) 301.63º 0.99% 0.58% -
XYZ 17.53 8.48 27.5 -
YUV 62.26 174.7 189.87 -
System Red Green Blue C M Y K H S L
Decimal 149 2 145 0 0.99 0.03 0.42 301.63 0.97 0.3
Hex 95 2 91 0 63 3 2A 12E 61 1E
Octal 225 2 221 0 143 3 52 456 141 36
Binary 10010101 10 10010001 0 1100011 11 101010 100101110 1100001 11110

Color Harmonies of #950291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950291

Black with #950291

Text Example


Text Example

White with #950291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950291; }

 p { color: rgb(149,2,145); }

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

background-color css

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

 a { background-color: rgb(149,2,145); }

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

border-color css

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

 span { border-color: rgb(149,2,145); }

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