#81549D

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

Shades of Studio #81549D

Tints of Studio #81549D

Color information

#81549D (or 0x81549D) is unknown color: approx Studio. HEX triplet: 81, 54 and 9D. RGB value is (129,84,157). Sum of RGB (Red+Green+Blue) = 129+84+157=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #81549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81549D is #7EAB62. Grayscale: #696969. Windows color (decimal): -8301411 or 10310785. OLE color: 10310785.

HSL color Cylindrical-coordinate representation of color #81549D: hue angle of 276.99º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81549D is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12984157-
CMYK0.180.4600.38
HSL276.99º30.29%47.25%-
HSV(B)276.99º46.5%61.57%-
XYZ18.3113.4433.53-
YUV105.78156.91144.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=34.86%
G=22.70%
B=42.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129841570.180.4600.38276.9930.2947.25
Hex81549D122E0261151e2f
Octal20112423522560464253657
Binary1000000110101001001110110010101110010011010001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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