Html Css Color HEX #820198 Dark Magenta

📋 copy color: '#820198'

red 130 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #820198

Tints of Dark Magenta #820198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 45.94%
G = 0.35%
B = 53.71%

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

#820198 (or 0x820198) is known color: Dark Magenta. HEX triplet: 82, 01 and 98. RGB value is (130,1,152). Sum of RGB (Red+Green+Blue) = 130+1+152=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #820198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820198 is #7DFE67. Grayscale: #383838. Windows color (decimal): -8257128 or 9961858. OLE color: 9961858.

HSL color Cylindrical-coordinate representation of color #820198: hue angle of 291.26º degrees, saturation: 0.99, 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 #820198 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 1 152 -
CMYK 0.14 0.99 0 0.40
HSL 291.26º 0.99% 0.3% -
HSV(B) 291.26º 0.99% 0.6% -
XYZ 14.88 7.03 30.28 -
YUV 56.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 130 1 152 0.14 0.99 0 0.40 291.26 0.99 0.3
Hex 82 1 98 E 63 0 28 123 63 1E
Octal 202 1 230 16 143 0 50 443 143 36
Binary 10000010 1 10011000 1110 1100011 0 101000 100100011 1100011 11110

Color Harmonies of #820198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820198

Black with #820198

Text Example


Text Example

White with #820198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820198; }

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

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

background-color css

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

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

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

border-color css

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

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

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