#910081

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

Shades of Dark Magenta #910081

Tints of Dark Magenta #910081

Color information

#910081 (or 0x910081) is unknown color: approx Dark Magenta. HEX triplet: 91, 00 and 81. RGB value is (145,0,129). Sum of RGB (Red+Green+Blue) = 145+0+129=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #910081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910081 is #6EFF7E. Grayscale: #393939. Windows color (decimal): -7274367 or 8454289. OLE color: 8454289.

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

Color convert

RGB1450129-
CMYK010.110.43
HSL306.62º100%28.43%-
HSV(B)306.62º100%56.86%-
XYZ15.647.621.41-
YUV58.06168.04190.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=52.92%
G=0%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1450129010.110.43306.6210028.43
Hex91081064B2B133641c
Octal22102010144135346314434
Binary10010001010000001011001001011101011100110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910081; }

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

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

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

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

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

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

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

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