#8b1c94

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

Shades of Dark Magenta #8B1C94

Tints of Dark Magenta #8B1C94

Color information

#8B1C94 (or 0x8B1C94) is unknown color: approx Dark Magenta. HEX triplet: 8B, 1C and 94. RGB value is (139,28,148). Sum of RGB (Red+Green+Blue) = 139+28+148=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B1C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1C94 is #74E36B. Grayscale: #4A4A4A. Windows color (decimal): -7660396 or 9706635. OLE color: 9706635.

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

Color convert

RGB13928148-
CMYK0.060.8100.42
HSL295.5º68.18%34.51%-
HSV(B)295.5º81.08%58.04%-
XYZ16.418.4628.78-
YUV74.87169.27173.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=44.13%
G=8.89%
B=46.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139281480.060.8100.42295.568.1834.51
Hex8B1C9465102A1284423
Octal21334224612105245010443
Binary100010111110010010100110101000101010101001010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1c94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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