Html Css Color HEX #820298 Dark Magenta

📋 copy color: '#820298'

red 130 ◦ green 2 ◦ blue 152

#820298
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #820298

Tints of Dark Magenta #820298

RGB

 RED value IS 130 (51.17% from 255) = 45.77%

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 45.77%
G = 0.7%
B = 53.52%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#820298 (or 0x820298) is known color: 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

RGB 130 2 152 -
CMYK 0.14 0.99 0 0.40
HSL 291.2º 0.97% 0.3% -
HSV(B) 291.2º 0.99% 0.6% -
XYZ 14.9 7.06 30.28 -
YUV 57.37 181.41 179.8 -
System Red Green Blue C M Y K H S L
Decimal 130 2 152 0.14 0.99 0 0.40 291.2 0.97 0.3
Hex 82 2 98 E 63 0 28 123 61 1E
Octal 202 2 230 16 143 0 50 443 141 36
Binary 10000010 10 10011000 1110 1100011 0 101000 100100011 1100001 11110

Color Harmonies of #820298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820298

Black with #820298

Text Example


Text Example

White with #820298

Text Example


Text Example

HTML Codes & Css Web 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>