#82509F

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

Shades of Studio #82509F

Tints of Studio #82509F

Color information

#82509F (or 0x82509F) is unknown color: approx Studio. HEX triplet: 82, 50 and 9F. RGB value is (130,80,159). Sum of RGB (Red+Green+Blue) = 130+80+159=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #82509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509F is #7DAF60. Grayscale: #676767. Windows color (decimal): -8236897 or 10440834. OLE color: 10440834.

HSL color Cylindrical-coordinate representation of color #82509F: hue angle of 277.97º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82509F is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13080159-
CMYK0.180.5000.38
HSL277.97º33.05%46.86%-
HSV(B)277.97º49.69%62.35%-
XYZ18.3312.9934.34-
YUV103.96159.06146.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=35.23%
G=21.68%
B=43.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130801590.180.5000.38277.9733.0546.86
Hex82509F1232026116212f
Octal20212023722620464264157
Binary10000010101000010011111100101100100100110100010110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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