Html Css Color HEX #820485 Purple

📋 copy color: '#820485'

red 130 ◦ green 4 ◦ blue 133

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

Shades of Purple #820485

Tints of Purple #820485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.81%

R = 48.69%
G = 1.5%
B = 49.81%

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

#820485 (or 0x820485) is known color: Purple. HEX triplet: 82, 04 and 85. RGB value is (130,4,133). Sum of RGB (Red+Green+Blue) = 130+4+133=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #820485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820485 is #7DFB7A. Grayscale: #373737. Windows color (decimal): -8256379 or 8717442. OLE color: 8717442.

HSL color Cylindrical-coordinate representation of color #820485: hue angle of 298.6º 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 #820485 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 4 133 -
CMYK 0.02 0.97 0 0.48
HSL 298.6º 0.94% 0.27% -
HSV(B) 298.6º 0.97% 0.52% -
XYZ 13.48 6.53 22.74 -
YUV 56.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 130 4 133 0.02 0.97 0 0.48 298.6 0.94 0.27
Hex 82 4 85 2 61 0 30 12B 5E 1B
Octal 202 4 205 2 141 0 60 453 136 33
Binary 10000010 100 10000101 10 1100001 0 110000 100101011 1011110 11011

Color Harmonies of #820485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820485

Black with #820485

Text Example


Text Example

White with #820485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820485; }

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

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

background-color css

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

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

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

border-color css

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

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

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