Html Css Color HEX #950191 Dark Magenta

📋 copy color: '#950191'

red 149 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #950191

Tints of Dark Magenta #950191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 50.51%
G = 0.34%
B = 49.15%

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

#950191 (or 0x950191) is known color: Dark Magenta. HEX triplet: 95, 01 and 91. RGB value is (149,1,145). Sum of RGB (Red+Green+Blue) = 149+1+145=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #950191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950191 is #6AFE6E. Grayscale: #3D3D3D. Windows color (decimal): -7011951 or 9503125. OLE color: 9503125.

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

Color convert

RGB 149 1 145 -
CMYK 0 0.99 0.03 0.42
HSL 301.62º 0.99% 0.29% -
HSV(B) 301.62º 0.99% 0.58% -
XYZ 17.52 8.46 27.5 -
YUV 61.67 175.03 190.29 -
System Red Green Blue C M Y K H S L
Decimal 149 1 145 0 0.99 0.03 0.42 301.62 0.99 0.29
Hex 95 1 91 0 63 3 2A 12E 63 1D
Octal 225 1 221 0 143 3 52 456 143 35
Binary 10010101 1 10010001 0 1100011 11 101010 100101110 1100011 11101

Color Harmonies of #950191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950191

Black with #950191

Text Example


Text Example

White with #950191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950191; }

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

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

background-color css

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

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

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

border-color css

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

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

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