#82549F

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

Shades of Studio #82549F

Tints of Studio #82549F

Color information

#82549F (or 0x82549F) is unknown color: approx Studio. HEX triplet: 82, 54 and 9F. RGB value is (130,84,159). Sum of RGB (Red+Green+Blue) = 130+84+159=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #82549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82549F is #7DAB60. Grayscale: #6A6A6A. Windows color (decimal): -8235873 or 10441858. OLE color: 10441858.

HSL color Cylindrical-coordinate representation of color #82549F: hue angle of 276.8º degrees, saturation: 0.31, 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 #82549F is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13084159-
CMYK0.180.4700.38
HSL276.8º30.86%47.65%-
HSV(B)276.8º47.17%62.35%-
XYZ18.6313.5934.44-
YUV106.3157.74144.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=34.85%
G=22.52%
B=42.63%

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
Decimal130841590.180.4700.38276.830.8647.65
Hex82549F122F0261151f30
Octal20212423722570464253760
Binary1000001010101001001111110010101111010011010001010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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