Html Css Color HEX #820484 Purple

📋 copy color: '#820484'

red 130 ◦ green 4 ◦ blue 132

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

Shades of Purple #820484

Tints of Purple #820484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 48.87%
G = 1.5%
B = 49.62%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#820484 (or 0x820484) is known color: Purple. HEX triplet: 82, 04 and 84. RGB value is (130,4,132). Sum of RGB (Red+Green+Blue) = 130+4+132=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #820484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820484 is #7DFB7B. Grayscale: #373737. Windows color (decimal): -8256380 or 8651906. OLE color: 8651906.

HSL color Cylindrical-coordinate representation of color #820484: hue angle of 299.06º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820484 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 4 132 -
CMYK 0.02 0.97 0 0.48
HSL 299.06º 0.94% 0.27% -
HSV(B) 299.06º 0.97% 0.52% -
XYZ 13.41 6.5 22.38 -
YUV 56.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 130 4 132 0.02 0.97 0 0.48 299.06 0.94 0.27
Hex 82 4 84 2 61 0 30 12B 5E 1B
Octal 202 4 204 2 141 0 60 453 136 33
Binary 10000010 100 10000100 10 1100001 0 110000 100101011 1011110 11011

Color Harmonies of #820484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820484

Black with #820484

Text Example


Text Example

White with #820484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820484; }

 p { color: rgb(130,4,132); }

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

background-color css

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

 a { background-color: rgb(130,4,132); }

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

border-color css

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

 span { border-color: rgb(130,4,132); }

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