Html Css Color HEX #820398 Dark Magenta

📋 copy color: '#820398'

red 130 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #820398

Tints of Dark Magenta #820398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 45.61%
G = 1.05%
B = 53.33%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#820398 (or 0x820398) is known color: Dark Magenta. HEX triplet: 82, 03 and 98. RGB value is (130,3,152). Sum of RGB (Red+Green+Blue) = 130+3+152=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #820398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820398 is #7DFC67. Grayscale: #393939. Windows color (decimal): -8256616 or 9962370. OLE color: 9962370.

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

Color convert

RGB 130 3 152 -
CMYK 0.14 0.98 0 0.40
HSL 291.14º 0.96% 0.3% -
HSV(B) 291.14º 0.98% 0.6% -
XYZ 14.91 7.08 30.29 -
YUV 57.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 130 3 152 0.14 0.98 0 0.40 291.14 0.96 0.3
Hex 82 3 98 E 62 0 28 123 60 1E
Octal 202 3 230 16 142 0 50 443 140 36
Binary 10000010 11 10011000 1110 1100010 0 101000 100100011 1100000 11110

Color Harmonies of #820398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820398

Black with #820398

Text Example


Text Example

White with #820398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820398; }

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

 H1.HeaderClassName
 {
   color: #820398;
 }
 .AnyTagClassName
 {
   color: #820398;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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