#82519B

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

Shades of Studio #82519B

Tints of Studio #82519B

Color information

#82519B (or 0x82519B) is unknown color: approx Studio. HEX triplet: 82, 51 and 9B. RGB value is (130,81,155). Sum of RGB (Red+Green+Blue) = 130+81+155=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #82519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82519B is #7DAE64. Grayscale: #676767. Windows color (decimal): -8236645 or 10178946. OLE color: 10178946.

HSL color Cylindrical-coordinate representation of color #82519B: hue angle of 279.73º degrees, saturation: 0.31, 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 #82519B is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13081155-
CMYK0.160.4800.39
HSL279.73º31.36%46.27%-
HSV(B)279.73º47.74%60.78%-
XYZ18.061332.57-
YUV104.09156.73146.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=35.52%
G=22.13%
B=42.35%

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
Decimal130811550.160.4800.39279.7331.3646.27
Hex82519B10300271181f2e
Octal20212123320600474303756
Binary1000001010100011001101110000110000010011110001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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