#910C82

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

Shades of Dark Magenta #910C82

Tints of Dark Magenta #910C82

Color information

#910C82 (or 0x910C82) is unknown color: approx Dark Magenta. HEX triplet: 91, 0C and 82. RGB value is (145,12,130). Sum of RGB (Red+Green+Blue) = 145+12+130=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #910C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910C82 is #6EF37D. Grayscale: #404040. Windows color (decimal): -7271294 or 8522897. OLE color: 8522897.

HSL color Cylindrical-coordinate representation of color #910C82: hue angle of 306.77º 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 #910C82 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14512130-
CMYK00.920.100.43
HSL306.77º84.71%30.78%-
HSV(B)306.77º91.72%56.86%-
XYZ15.847.8921.81-
YUV65.22164.56184.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=50.52%
G=4.18%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451213000.920.100.43306.7784.7130.78
Hex91C8205CA2B133551f
Octal221142020134125346312537
Binary10010001110010000010010111001010101011100110011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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