#81519B

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

Shades of Studio #81519B

Tints of Studio #81519B

Color information

#81519B (or 0x81519B) is unknown color: approx Studio. HEX triplet: 81, 51 and 9B. RGB value is (129,81,155). Sum of RGB (Red+Green+Blue) = 129+81+155=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 81 (32.03% from 255 or 22.19% 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 #81519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81519B is #7EAE64. Grayscale: #676767. Windows color (decimal): -8302181 or 10178945. OLE color: 10178945.

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

Color convert

RGB12981155-
CMYK0.170.4800.39
HSL278.92º31.36%46.27%-
HSV(B)278.92º47.74%60.78%-
XYZ17.9112.9232.56-
YUV103.79156.9145.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=35.34%
G=22.19%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129811550.170.4800.39278.9231.3646.27
Hex81519B11300271171f2e
Octal20112123321600474273756
Binary1000000110100011001101110001110000010011110001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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