#82569B

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

Shades of Studio #82569B

Tints of Studio #82569B

Color information

#82569B (or 0x82569B) is unknown color: approx Studio. HEX triplet: 82, 56 and 9B. RGB value is (130,86,155). Sum of RGB (Red+Green+Blue) = 130+86+155=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #82569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82569B is #7DA964. Grayscale: #6A6A6A. Windows color (decimal): -8235365 or 10180226. OLE color: 10180226.

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

Color convert

RGB13086155-
CMYK0.160.4500.39
HSL278.26º28.63%47.25%-
HSV(B)278.26º44.52%60.78%-
XYZ18.4513.7732.7-
YUV107.02155.08144.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=35.04%
G=23.18%
B=41.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130861550.160.4500.39278.2628.6347.25
Hex82569B102D0271161d2f
Octal20212623320550474263557
Binary1000001010101101001101110000101101010011110001011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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