#81529A

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

Shades of Studio #81529A

Tints of Studio #81529A

Color information

#81529A (or 0x81529A) is unknown color: approx Studio. HEX triplet: 81, 52 and 9A. RGB value is (129,82,154). Sum of RGB (Red+Green+Blue) = 129+82+154=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #81529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81529A is #7EAD65. Grayscale: #686868. Windows color (decimal): -8301926 or 10113665. OLE color: 10113665.

HSL color Cylindrical-coordinate representation of color #81529A: hue angle of 279.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81529A is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12982154-
CMYK0.160.4700.40
HSL279.17º30.51%46.27%-
HSV(B)279.17º46.75%60.39%-
XYZ17.913.0332.14-
YUV104.26156.07145.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=35.34%
G=22.47%
B=42.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129821540.160.4700.40279.1730.5146.27
Hex81529A102F0281171f2e
Octal20112223220570504273756
Binary1000000110100101001101010000101111010100010001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81529A; }

 p { color: rgb(129,82,154); }

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

<style>
 a { background-color: #81529A; }

 a { background-color: rgb(129,82,154); }

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

<style>
 span { border-color: #81529A; }

 span { border-color: rgb(129,82,154); }

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