#82559F

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

Shades of Studio #82559F

Tints of Studio #82559F

Color information

#82559F (or 0x82559F) is unknown color: approx Studio. HEX triplet: 82, 55 and 9F. RGB value is (130,85,159). Sum of RGB (Red+Green+Blue) = 130+85+159=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #82559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82559F is #7DAA60. Grayscale: #6A6A6A. Windows color (decimal): -8235617 or 10442114. OLE color: 10442114.

HSL color Cylindrical-coordinate representation of color #82559F: hue angle of 276.49º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82559F is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13085159-
CMYK0.180.4700.38
HSL276.49º30.33%47.84%-
HSV(B)276.49º46.54%62.35%-
XYZ18.7113.7534.47-
YUV106.89157.41144.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=34.76%
G=22.73%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130851590.180.4700.38276.4930.3347.84
Hex82559F122F0261141e30
Octal20212523722570464243660
Binary1000001010101011001111110010101111010011010001010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82559F; }

 p { color: rgb(130,85,159); }

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

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

 a { background-color: rgb(130,85,159); }

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

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

 span { border-color: rgb(130,85,159); }

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