#82519D

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

Shades of Studio #82519D

Tints of Studio #82519D

Color information

#82519D (or 0x82519D) is unknown color: approx Studio. HEX triplet: 82, 51 and 9D. RGB value is (130,81,157). Sum of RGB (Red+Green+Blue) = 130+81+157=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #82519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82519D is #7DAE62. Grayscale: #686868. Windows color (decimal): -8236643 or 10310018. OLE color: 10310018.

HSL color Cylindrical-coordinate representation of color #82519D: hue angle of 278.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82519D is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13081157-
CMYK0.170.4800.38
HSL278.68º31.93%46.67%-
HSV(B)278.68º48.41%61.57%-
XYZ18.2313.0733.46-
YUV104.32157.73146.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=35.33%
G=22.01%
B=42.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130811570.170.4800.38278.6831.9346.67
Hex82519D1130026117202f
Octal20212123521600464274057
Binary10000010101000110011101100011100000100110100010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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