#910A9A

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

Shades of Dark Magenta #910A9A

Tints of Dark Magenta #910A9A

Color information

#910A9A (or 0x910A9A) is unknown color: approx Dark Magenta. HEX triplet: 91, 0A and 9A. RGB value is (145,10,154). Sum of RGB (Red+Green+Blue) = 145+10+154=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #910A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A9A is #6EF565. Grayscale: #424242. Windows color (decimal): -7271782 or 10095249. OLE color: 10095249.

HSL color Cylindrical-coordinate representation of color #910A9A: hue angle of 296.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910A9A is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14510154-
CMYK0.060.9400.40
HSL296.25º87.8%32.16%-
HSV(B)296.25º93.51%60.39%-
XYZ17.628.5731.3-
YUV66.78177.23183.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 10 (4.30% from 255) = 3.24%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=46.93%
G=3.24%
B=49.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal145101540.060.9400.40296.2587.832.16
Hex91A9A65E0281285820
Octal22112232613605045013040
Binary10010001101010011010110101111001010001001010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910A9A; }

 p { color: rgb(145,10,154); }

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

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

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

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

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

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

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