Html Css Color HEX #910588 Dark Magenta

📋 copy color: '#910588'

red 145 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #910588

Tints of Dark Magenta #910588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 50.7%
G = 1.75%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#910588 (or 0x910588) is known color: Dark Magenta. HEX triplet: 91, 05 and 88. RGB value is (145,5,136). Sum of RGB (Red+Green+Blue) = 145+5+136=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #910588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910588 is #6EFA77. Grayscale: #3D3D3D. Windows color (decimal): -7273080 or 8914321. OLE color: 8914321.

HSL color Cylindrical-coordinate representation of color #910588: hue angle of 303.86º 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 #910588 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 136 -
CMYK 0 0.97 0.06 0.43
HSL 303.86º 0.93% 0.29% -
HSV(B) 303.86º 0.97% 0.57% -
XYZ 16.18 7.91 23.97 -
YUV 61.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 145 5 136 0 0.97 0.06 0.43 303.86 0.93 0.29
Hex 91 5 88 0 61 6 2B 130 5D 1D
Octal 221 5 210 0 141 6 53 460 135 35
Binary 10010001 101 10001000 0 1100001 110 101011 100110000 1011101 11101

Color Harmonies of #910588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910588

Black with #910588

Text Example


Text Example

White with #910588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910588; }

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

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

background-color css

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

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

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

border-color css

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

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

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