Html Css Color HEX #820887 Purple

📋 copy color: '#820887'

red 130 ◦ green 8 ◦ blue 135

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

Shades of Purple #820887

Tints of Purple #820887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 47.62%
G = 2.93%
B = 49.45%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#820887 (or 0x820887) is known color: Purple. HEX triplet: 82, 08 and 87. RGB value is (130,8,135). Sum of RGB (Red+Green+Blue) = 130+8+135=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #820887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820887 is #7DF778. Grayscale: #3A3A3A. Windows color (decimal): -8255353 or 8849538. OLE color: 8849538.

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

Color convert

RGB 130 8 135 -
CMYK 0.04 0.94 0 0.47
HSL 297.64º 0.89% 0.28% -
HSV(B) 297.64º 0.94% 0.53% -
XYZ 13.67 6.67 23.49 -
YUV 58.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 130 8 135 0.04 0.94 0 0.47 297.64 0.89 0.28
Hex 82 8 87 4 5E 0 2F 12A 59 1C
Octal 202 10 207 4 136 0 57 452 131 34
Binary 10000010 1000 10000111 100 1011110 0 101111 100101010 1011001 11100

Color Harmonies of #820887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820887

Black with #820887

Text Example


Text Example

White with #820887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820887; }

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

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

background-color css

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

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

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

border-color css

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

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

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