#820093

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

Shades of Dark Magenta #820093

Tints of Dark Magenta #820093

Color information

#820093 (or 0x820093) is unknown color: approx Dark Magenta. HEX triplet: 82, 00 and 93. RGB value is (130,0,147). Sum of RGB (Red+Green+Blue) = 130+0+147=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #820093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820093 is #7DFF6C. Grayscale: #373737. Windows color (decimal): -8257389 or 9633922. OLE color: 9633922.

HSL color Cylindrical-coordinate representation of color #820093: hue angle of 293.06º 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 #820093 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1300147-
CMYK0.12100.42
HSL293.06º100%28.82%-
HSV(B)293.06º100%57.65%-
XYZ14.476.8528.16-
YUV55.63179.57181.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=46.93%
G=0%
B=53.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13001470.12100.42293.0610028.82
Hex82093C6402A125641d
Octal20202231414405244514435
Binary10000010010010011110011001000101010100100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820093; }

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

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

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

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

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

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

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

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