#820975

Color #820975 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #820975

Tints of Purple #820975

Color information

#820975 (or 0x820975) is unknown color: approx Purple. HEX triplet: 82, 09 and 75. RGB value is (130,9,117). Sum of RGB (Red+Green+Blue) = 130+9+117=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820975 is #7DF68A. Grayscale: #393939. Windows color (decimal): -8255115 or 7670146. OLE color: 7670146.

HSL color Cylindrical-coordinate representation of color #820975: hue angle of 306.45º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820975 is Cyan = 0, Magento = 0.93, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB1309117-
CMYK00.930.10.49
HSL306.45º87.05%27.25%-
HSV(B)306.45º93.08%50.98%-
XYZ12.516.2317.37-
YUV57.49161.59179.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=50.78%
G=3.52%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130911700.930.10.49306.4587.0527.25
Hex8297505DA31132571b
Octal202111650135126146212733
Binary1000001010011110101010111011010110001100110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820975; }

 p { color: rgb(130,9,117); }

 H1.HeaderClassName
 {
   color: #820975;
 }
 .AnyTagClassName
 {
   color: #820975;
 }
</style>
background-color css

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

 a { background-color: rgb(130,9,117); }

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

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

 span { border-color: rgb(130,9,117); }

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