#910083

Color #910083 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #910083

Tints of Dark Magenta #910083

Color information

#910083 (or 0x910083) is unknown color: approx Dark Magenta. HEX triplet: 91, 00 and 83. RGB value is (145,0,131). Sum of RGB (Red+Green+Blue) = 145+0+131=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #910083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910083 is #6EFF7C. Grayscale: #393939. Windows color (decimal): -7274365 or 8585361. OLE color: 8585361.

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

Color convert

RGB1450131-
CMYK010.100.43
HSL305.79º100%28.43%-
HSV(B)305.79º100%56.86%-
XYZ15.777.6622.12-
YUV58.29169.04189.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=52.54%
G=0%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1450131010.100.43305.7910028.43
Hex91083064A2B132641c
Octal22102030144125346214434
Binary10010001010000011011001001010101011100110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910083; }

 p { color: rgb(145,0,131); }

 H1.HeaderClassName
 {
   color: #910083;
 }
 .AnyTagClassName
 {
   color: #910083;
 }
</style>
background-color css

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

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

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

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

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

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