Html Css Color HEX #910599 Dark Magenta

📋 copy color: '#910599'

red 145 ◦ green 5 ◦ blue 153

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

Shades of Dark Magenta #910599

Tints of Dark Magenta #910599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 47.85%
G = 1.65%
B = 50.5%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#910599 (or 0x910599) is known color: Dark Magenta. HEX triplet: 91, 05 and 99. RGB value is (145,5,153). Sum of RGB (Red+Green+Blue) = 145+5+153=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #910599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910599 is #6EFA66. Grayscale: #3F3F3F. Windows color (decimal): -7273063 or 10028433. OLE color: 10028433.

HSL color Cylindrical-coordinate representation of color #910599: hue angle of 296.76º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910599 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 5 153 -
CMYK 0.05 0.97 0 0.4
HSL 296.76º 0.94% 0.31% -
HSV(B) 296.76º 0.97% 0.6% -
XYZ 17.48 8.43 30.84 -
YUV 63.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 145 5 153 0.05 0.97 0 0.4 296.76 0.94 0.31
Hex 91 5 99 5 61 0 28 129 5E 1F
Octal 221 5 231 5 141 0 50 451 136 37
Binary 10010001 101 10011001 101 1100001 0 101000 100101001 1011110 11111

Color Harmonies of #910599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910599

Black with #910599

Text Example


Text Example

White with #910599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910599; }

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

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

background-color css

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

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

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

border-color css

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

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

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