#82569F

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

Shades of Studio #82569F

Tints of Studio #82569F

Color information

#82569F (or 0x82569F) is unknown color: approx Studio. HEX triplet: 82, 56 and 9F. RGB value is (130,86,159). Sum of RGB (Red+Green+Blue) = 130+86+159=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #82569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82569F is #7DA960. Grayscale: #6B6B6B. Windows color (decimal): -8235361 or 10442370. OLE color: 10442370.

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

Color convert

RGB13086159-
CMYK0.180.4600.38
HSL276.16º29.8%48.04%-
HSV(B)276.16º45.91%62.35%-
XYZ18.7913.934.49-
YUV107.48157.08144.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=34.67%
G=22.93%
B=42.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130861590.180.4600.38276.1629.848.04
Hex82569F122E0261141e30
Octal20212623722560464243660
Binary1000001010101101001111110010101110010011010001010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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