#81529F

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

Shades of Studio #81529F

Tints of Studio #81529F

Color information

#81529F (or 0x81529F) is unknown color: approx Studio. HEX triplet: 81, 52 and 9F. RGB value is (129,82,159). Sum of RGB (Red+Green+Blue) = 129+82+159=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #81529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81529F is #7EAD60. Grayscale: #686868. Windows color (decimal): -8301921 or 10441345. OLE color: 10441345.

HSL color Cylindrical-coordinate representation of color #81529F: hue angle of 276.62º 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 #81529F is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12982159-
CMYK0.190.4800.38
HSL276.62º31.95%47.25%-
HSV(B)276.62º48.43%62.35%-
XYZ18.3313.234.38-
YUV104.83158.57145.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=34.86%
G=22.16%
B=42.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129821590.190.4800.38276.6231.9547.25
Hex81529F1330026115202f
Octal20112223723600464254057
Binary10000001101001010011111100111100000100110100010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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