#81539c

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

Shades of Studio #81539C

Tints of Studio #81539C

Color information

#81539C (or 0x81539C) is unknown color: approx Studio. HEX triplet: 81, 53 and 9C. RGB value is (129,83,156). Sum of RGB (Red+Green+Blue) = 129+83+156=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #81539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81539C is #7EAC63. Grayscale: #686868. Windows color (decimal): -8301668 or 10244993. OLE color: 10244993.

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

Color convert

RGB12983156-
CMYK0.170.4700.39
HSL277.81º30.54%46.86%-
HSV(B)277.81º46.79%61.18%-
XYZ18.1513.2533.05-
YUV105.08156.74145.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=35.05%
G=22.55%
B=42.39%

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
Decimal129831560.170.4700.39277.8130.5446.86
Hex81539C112F0271161f2f
Octal20112323421570474263757
Binary1000000110100111001110010001101111010011110001011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81539c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81539c; }

 p { color: rgb(129,83,156); }

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

<style>
 a { background-color: #81539c; }

 a { background-color: rgb(129,83,156); }

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

<style>
 span { border-color: #81539c; }

 span { border-color: rgb(129,83,156); }

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