#840093

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

Shades of Dark Magenta #840093

Tints of Dark Magenta #840093

Color information

#840093 (or 0x840093) is unknown color: approx Dark Magenta. HEX triplet: 84, 00 and 93. RGB value is (132,0,147). Sum of RGB (Red+Green+Blue) = 132+0+147=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #840093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840093 is #7BFF6C. Grayscale: #373737. Windows color (decimal): -8126317 or 9633924. OLE color: 9633924.

HSL color Cylindrical-coordinate representation of color #840093: hue angle of 293.88º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840093 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1320147-
CMYK0.10100.42
HSL293.88º100%28.82%-
HSV(B)293.88º100%57.65%-
XYZ14.787.0128.18-
YUV56.23179.23182.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=47.31%
G=0%
B=52.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13201470.10100.42293.8810028.82
Hex84093A6402A126641d
Octal20402231214405244614435
Binary10000100010010011101011001000101010100100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840093; }

 p { color: rgb(132,0,147); }

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

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

 a { background-color: rgb(132,0,147); }

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

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

 span { border-color: rgb(132,0,147); }

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