Html Css Color HEX #911595 Dark Magenta

📋 copy color: '#911595'

red 145 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #911595

Tints of Dark Magenta #911595

RGB

 RED value IS 145 (57.03% from 255) = 46.03%

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 46.03%
G = 6.67%
B = 47.3%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#911595 (or 0x911595) is known color: Dark Magenta. HEX triplet: 91, 15 and 95. RGB value is (145,21,149). Sum of RGB (Red+Green+Blue) = 145+21+149=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #911595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911595 is #6EEA6A. Grayscale: #484848. Windows color (decimal): -7268971 or 9770385. OLE color: 9770385.

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

Color convert

RGB 145 21 149 -
CMYK 0.03 0.86 0 0.42
HSL 298.13º 0.75% 0.33% -
HSV(B) 298.13º 0.86% 0.58% -
XYZ 17.37 8.73 29.2 -
YUV 72.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 145 21 149 0.03 0.86 0 0.42 298.13 0.75 0.33
Hex 91 15 95 3 56 0 2A 12A 4B 21
Octal 221 25 225 3 126 0 52 452 113 41
Binary 10010001 10101 10010101 11 1010110 0 101010 100101010 1001011 100001

Color Harmonies of #911595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911595

Black with #911595

Text Example


Text Example

White with #911595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911595; }

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

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

background-color css

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

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

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

border-color css

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

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

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