Html Css Color HEX #910591 Dark Magenta

📋 copy color: '#910591'

red 145 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #910591

Tints of Dark Magenta #910591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

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

R = 49.15%
G = 1.69%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#910591 (or 0x910591) is known color: Dark Magenta. HEX triplet: 91, 05 and 91. RGB value is (145,5,145). Sum of RGB (Red+Green+Blue) = 145+5+145=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #910591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910591 is #6EFA6E. Grayscale: #3E3E3E. Windows color (decimal): -7273071 or 9504145. OLE color: 9504145.

HSL color Cylindrical-coordinate representation of color #910591: hue angle of 300º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910591 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 145 -
CMYK 0 0.97 0 0.43
HSL 300º 0.93% 0.29% -
HSV(B) 300º 0.97% 0.57% -
XYZ 16.84 8.17 27.48 -
YUV 62.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 145 5 145 0 0.97 0 0.43 300 0.93 0.29
Hex 91 5 91 0 61 0 2B 12C 5D 1D
Octal 221 5 221 0 141 0 53 454 135 35
Binary 10010001 101 10010001 0 1100001 0 101011 100101100 1011101 11101

Color Harmonies of #910591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910591

Black with #910591

Text Example


Text Example

White with #910591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910591; }

 p { color: rgb(145,5,145); }

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

background-color css

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

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

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

border-color css

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

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

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