#820298

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

Shades of Dark Magenta #820298

Tints of Dark Magenta #820298

Color information

#820298 (or 0x820298) is unknown color: approx Dark Magenta. HEX triplet: 82, 02 and 98. RGB value is (130,2,152). Sum of RGB (Red+Green+Blue) = 130+2+152=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #820298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820298 is #7DFD67. Grayscale: #383838. Windows color (decimal): -8256872 or 9962114. OLE color: 9962114.

HSL color Cylindrical-coordinate representation of color #820298: hue angle of 291.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820298 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1302152-
CMYK0.140.9900.40
HSL291.2º97.4%30.2%-
HSV(B)291.2º98.68%59.61%-
XYZ14.97.0630.28-
YUV57.37181.41179.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=45.77%
G=0.70%
B=53.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13021520.140.9900.40291.297.430.2
Hex82298E63028123611e
Octal20222301614305044314136
Binary100000101010011000111011000110101000100100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820298; }

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

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

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

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

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

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

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

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