#82509B

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

Shades of Studio #82509B

Tints of Studio #82509B

Color information

#82509B (or 0x82509B) is unknown color: approx Studio. HEX triplet: 82, 50 and 9B. RGB value is (130,80,155). Sum of RGB (Red+Green+Blue) = 130+80+155=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #82509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509B is #7DAF64. Grayscale: #676767. Windows color (decimal): -8236901 or 10178690. OLE color: 10178690.

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

Color convert

RGB13080155-
CMYK0.160.4800.39
HSL280º31.91%46.08%-
HSV(B)280º48.39%60.78%-
XYZ17.9912.8532.54-
YUV103.5157.06146.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=35.62%
G=21.92%
B=42.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130801550.160.4800.3928031.9146.08
Hex82509B1030027118202e
Octal20212023320600474304056
Binary10000010101000010011011100001100000100111100011000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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