Html Css Color HEX #820885 Purple

📋 copy color: '#820885'

red 130 ◦ green 8 ◦ blue 133

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

Shades of Purple #820885

Tints of Purple #820885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 47.97%
G = 2.95%
B = 49.08%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#820885 (or 0x820885) is known color: Purple. HEX triplet: 82, 08 and 85. RGB value is (130,8,133). Sum of RGB (Red+Green+Blue) = 130+8+133=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #820885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820885 is #7DF77A. Grayscale: #3A3A3A. Windows color (decimal): -8255355 or 8718466. OLE color: 8718466.

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

Color convert

RGB 130 8 133 -
CMYK 0.02 0.94 0 0.48
HSL 298.56º 0.89% 0.28% -
HSV(B) 298.56º 0.94% 0.52% -
XYZ 13.53 6.61 22.75 -
YUV 58.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 130 8 133 0.02 0.94 0 0.48 298.56 0.89 0.28
Hex 82 8 85 2 5E 0 30 12B 59 1C
Octal 202 10 205 2 136 0 60 453 131 34
Binary 10000010 1000 10000101 10 1011110 0 110000 100101011 1011001 11100

Color Harmonies of #820885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820885

Black with #820885

Text Example


Text Example

White with #820885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820885; }

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

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

background-color css

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

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

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

border-color css

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

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

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