#910D8E

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

Shades of Dark Magenta #910D8E

Tints of Dark Magenta #910D8E

Color information

#910D8E (or 0x910D8E) is unknown color: approx Dark Magenta. HEX triplet: 91, 0D and 8E. RGB value is (145,13,142). Sum of RGB (Red+Green+Blue) = 145+13+142=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #910D8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910D8E is #6EF271. Grayscale: #424242. Windows color (decimal): -7271026 or 9309585. OLE color: 9309585.

HSL color Cylindrical-coordinate representation of color #910D8E: hue angle of 301.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D8E is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB14513142-
CMYK00.910.020.43
HSL301.36º83.54%30.98%-
HSV(B)301.36º91.03%56.86%-
XYZ16.78.2626.31-
YUV67.17170.23183.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 13 (5.47% from 255) = 4.33%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=48.33%
G=4.33%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451314200.910.020.43301.3683.5430.98
Hex91D8E05B22B12d541f
Octal22115216013325345512437
Binary100100011101100011100101101110101011100101101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,13,142); }

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

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

 a { background-color: rgb(145,13,142); }

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

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

 span { border-color: rgb(145,13,142); }

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