Html Css Color HEX #951891 Dark Magenta

📋 copy color: '#951891'

red 149 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #951891

Tints of Dark Magenta #951891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

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

R = 46.86%
G = 7.55%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#951891 (or 0x951891) is known color: Dark Magenta. HEX triplet: 95, 18 and 91. RGB value is (149,24,145). Sum of RGB (Red+Green+Blue) = 149+24+145=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #951891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951891 is #6AE76E. Grayscale: #4A4A4A. Windows color (decimal): -7006063 or 9509013. OLE color: 9509013.

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

Color convert

RGB 149 24 145 -
CMYK 0 0.84 0.03 0.42
HSL 301.92º 0.72% 0.34% -
HSV(B) 301.92º 0.84% 0.58% -
XYZ 17.83 9.09 27.6 -
YUV 75.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 149 24 145 0 0.84 0.03 0.42 301.92 0.72 0.34
Hex 95 18 91 0 54 3 2A 12E 48 22
Octal 225 30 221 0 124 3 52 456 110 42
Binary 10010101 11000 10010001 0 1010100 11 101010 100101110 1001000 100010

Color Harmonies of #951891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951891

Black with #951891

Text Example


Text Example

White with #951891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951891; }

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

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

background-color css

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

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

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

border-color css

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

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

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