#82539C

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

Shades of Studio #82539C

Tints of Studio #82539C

Color information

#82539C (or 0x82539C) is unknown color: approx Studio. HEX triplet: 82, 53 and 9C. RGB value is (130,83,156). Sum of RGB (Red+Green+Blue) = 130+83+156=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #82539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82539C is #7DAC63. Grayscale: #696969. Windows color (decimal): -8236132 or 10244994. OLE color: 10244994.

HSL color Cylindrical-coordinate representation of color #82539C: hue angle of 278.63º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82539C is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13083156-
CMYK0.170.4700.39
HSL278.63º30.54%46.86%-
HSV(B)278.63º46.79%61.18%-
XYZ18.313.3333.06-
YUV105.38156.57145.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=35.23%
G=22.49%
B=42.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130831560.170.4700.39278.6330.5446.86
Hex82539C112F0271171f2f
Octal20212323421570474273757
Binary1000001010100111001110010001101111010011110001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82539C; }

 p { color: rgb(130,83,156); }

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

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

 a { background-color: rgb(130,83,156); }

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

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

 span { border-color: rgb(130,83,156); }

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