#8B10A2

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

Shades of Dark Magenta #8B10A2

Tints of Dark Magenta #8B10A2

Color information

#8B10A2 (or 0x8B10A2) is unknown color: approx Dark Magenta. HEX triplet: 8B, 10 and A2. RGB value is (139,16,162). Sum of RGB (Red+Green+Blue) = 139+16+162=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 162 (63.67% from 255 or 51.10% from 317); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B10A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B10A2 is #74EF5D. Grayscale: #444444. Windows color (decimal): -7663454 or 10621067. OLE color: 10621067.

HSL color Cylindrical-coordinate representation of color #8B10A2: hue angle of 290.55º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B10A2 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13916162-
CMYK0.140.9000.36
HSL290.55º82.02%34.9%-
HSV(B)290.55º90.12%63.53%-
XYZ17.358.4734.9-
YUV69.42180.25177.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 162 (63.67% from 255) = 51.10%
R=43.85%
G=5.05%
B=51.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139161620.140.9000.36290.5582.0234.9
Hex8B10A2E5A0241235223
Octal213202421613204444312243
Binary1000101110000101000101110101101001001001001000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B10A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B10A2; }

 p { color: rgb(139,16,162); }

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

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

 a { background-color: rgb(139,16,162); }

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

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

 span { border-color: rgb(139,16,162); }

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