#82549B

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

Shades of Studio #82549B

Tints of Studio #82549B

Color information

#82549B (or 0x82549B) is unknown color: approx Studio. HEX triplet: 82, 54 and 9B. RGB value is (130,84,155). Sum of RGB (Red+Green+Blue) = 130+84+155=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #82549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82549B is #7DAB64. Grayscale: #696969. Windows color (decimal): -8235877 or 10179714. OLE color: 10179714.

HSL color Cylindrical-coordinate representation of color #82549B: hue angle of 278.87º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82549B is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13084155-
CMYK0.160.4600.39
HSL278.87º29.71%46.86%-
HSV(B)278.87º45.81%60.78%-
XYZ18.2913.4532.64-
YUV105.85155.74145.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=35.23%
G=22.76%
B=42.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130841550.160.4600.39278.8729.7146.86
Hex82549B102E0271171e2f
Octal20212423320560474273657
Binary1000001010101001001101110000101110010011110001011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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