Html Css Color HEX #911594 Dark Magenta

📋 copy color: '#911594'

red 145 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #911594

Tints of Dark Magenta #911594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 46.18%
G = 6.69%
B = 47.13%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#911594 (or 0x911594) is known color: Dark Magenta. HEX triplet: 91, 15 and 94. RGB value is (145,21,148). Sum of RGB (Red+Green+Blue) = 145+21+148=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #911594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911594 is #6EEA6B. Grayscale: #484848. Windows color (decimal): -7268972 or 9704849. OLE color: 9704849.

HSL color Cylindrical-coordinate representation of color #911594: hue angle of 298.58º 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 #911594 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 21 148 -
CMYK 0.02 0.86 0 0.42
HSL 298.58º 0.75% 0.33% -
HSV(B) 298.58º 0.86% 0.58% -
XYZ 17.29 8.69 28.78 -
YUV 72.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 145 21 148 0.02 0.86 0 0.42 298.58 0.75 0.33
Hex 91 15 94 2 56 0 2A 12B 4B 21
Octal 221 25 224 2 126 0 52 453 113 41
Binary 10010001 10101 10010100 10 1010110 0 101010 100101011 1001011 100001

Color Harmonies of #911594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911594

Black with #911594

Text Example


Text Example

White with #911594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911594; }

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

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

background-color css

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

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

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

border-color css

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

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

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