#81529B

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

Shades of Studio #81529B

Tints of Studio #81529B

Color information

#81529B (or 0x81529B) is unknown color: approx Studio. HEX triplet: 81, 52 and 9B. RGB value is (129,82,155). Sum of RGB (Red+Green+Blue) = 129+82+155=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 82 (32.42% from 255 or 22.40% 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 #81529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81529B is #7EAD64. Grayscale: #686868. Windows color (decimal): -8301925 or 10179201. OLE color: 10179201.

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

Color convert

RGB12982155-
CMYK0.170.4700.39
HSL278.63º30.8%46.47%-
HSV(B)278.63º47.1%60.78%-
XYZ17.9913.0732.58-
YUV104.38156.57145.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=35.25%
G=22.40%
B=42.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129821550.170.4700.39278.6330.846.47
Hex81529B112F0271171f2e
Octal20112223321570474273756
Binary1000000110100101001101110001101111010011110001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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