#910C8B

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

Shades of Dark Magenta #910C8B

Tints of Dark Magenta #910C8B

Color information

#910C8B (or 0x910C8B) is unknown color: approx Dark Magenta. HEX triplet: 91, 0C and 8B. RGB value is (145,12,139). Sum of RGB (Red+Green+Blue) = 145+12+139=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #910C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910C8B is #6EF374. Grayscale: #414141. Windows color (decimal): -7271285 or 9112721. OLE color: 9112721.

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

Color convert

RGB14512139-
CMYK00.920.040.43
HSL302.71º84.71%30.78%-
HSV(B)302.71º91.72%56.86%-
XYZ16.478.1525.13-
YUV66.24169.06184.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.99%
GREEN value IS 12 (5.08% from 255) = 4.05%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=48.99%
G=4.05%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451213900.920.040.43302.7184.7130.78
Hex91C8B05C42B12f551f
Octal22114213013445345712537
Binary1001000111001000101101011100100101011100101111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,12,139); }

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

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

 a { background-color: rgb(145,12,139); }

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

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

 span { border-color: rgb(145,12,139); }

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