#8B1294

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

Shades of Dark Magenta #8B1294

Tints of Dark Magenta #8B1294

Color information

#8B1294 (or 0x8B1294) is unknown color: approx Dark Magenta. HEX triplet: 8B, 12 and 94. RGB value is (139,18,148). Sum of RGB (Red+Green+Blue) = 139+18+148=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B1294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1294 is #74ED6B. Grayscale: #444444. Windows color (decimal): -7662956 or 9704075. OLE color: 9704075.

HSL color Cylindrical-coordinate representation of color #8B1294: hue angle of 295.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1294 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13918148-
CMYK0.060.8800.42
HSL295.85º78.31%32.55%-
HSV(B)295.85º87.84%58.04%-
XYZ16.218.0628.72-
YUV69172.59177.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=45.57%
G=5.90%
B=48.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139181480.060.8800.42295.8578.3132.55
Hex8B129465802A1284e21
Octal21322224613005245011641
Binary100010111001010010100110101100001010101001010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,148); }

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

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

 a { background-color: rgb(139,18,148); }

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

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

 span { border-color: rgb(139,18,148); }

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