#81549A

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

Shades of Studio #81549A

Tints of Studio #81549A

Color information

#81549A (or 0x81549A) is unknown color: approx Studio. HEX triplet: 81, 54 and 9A. RGB value is (129,84,154). Sum of RGB (Red+Green+Blue) = 129+84+154=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #81549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81549A is #7EAB65. Grayscale: #696969. Windows color (decimal): -8301414 or 10114177. OLE color: 10114177.

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

Color convert

RGB12984154-
CMYK0.160.4500.40
HSL278.57º29.41%46.67%-
HSV(B)278.57º45.45%60.39%-
XYZ18.0613.3432.2-
YUV105.43155.41144.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=35.15%
G=22.89%
B=41.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129841540.160.4500.40278.5729.4146.67
Hex81549A102D0281171d2f
Octal20112423220550504273557
Binary1000000110101001001101010000101101010100010001011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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