#820C98

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

Shades of Dark Magenta #820C98

Tints of Dark Magenta #820C98

Color information

#820C98 (or 0x820C98) is unknown color: approx Dark Magenta. HEX triplet: 82, 0C and 98. RGB value is (130,12,152). Sum of RGB (Red+Green+Blue) = 130+12+152=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #820C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C98 is #7DF367. Grayscale: #3E3E3E. Windows color (decimal): -8254312 or 9964674. OLE color: 9964674.

HSL color Cylindrical-coordinate representation of color #820C98: hue angle of 290.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820C98 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13012152-
CMYK0.140.9200.40
HSL290.57º85.37%32.16%-
HSV(B)290.57º92.11%59.61%-
XYZ157.2830.32-
YUV63.24178.09175.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 12 (5.08% from 255) = 4.08%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=44.22%
G=4.08%
B=51.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130121520.140.9200.40290.5785.3732.16
Hex82C98E5C0281235520
Octal202142301613405044312540
Binary100000101100100110001110101110001010001001000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820C98; }

 p { color: rgb(130,12,152); }

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

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

 a { background-color: rgb(130,12,152); }

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

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

 span { border-color: rgb(130,12,152); }

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