#8449AE

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

Shades of Studio #8449AE

Tints of Studio #8449AE

Color information

#8449AE (or 0x8449AE) is unknown color: approx Studio. HEX triplet: 84, 49 and AE. RGB value is (132,73,174). Sum of RGB (Red+Green+Blue) = 132+73+174=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #8449AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8449AE is #7BB651. Grayscale: #656565. Windows color (decimal): -8107602 or 11422084. OLE color: 11422084.

HSL color Cylindrical-coordinate representation of color #8449AE: hue angle of 275.05º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8449AE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13273174-
CMYK0.240.5800.32
HSL275.05º40.89%48.43%-
HSV(B)275.05º58.05%68.24%-
XYZ19.5412.7341.47-
YUV102.15168.55149.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=34.83%
G=19.26%
B=45.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132731740.240.5800.32275.0540.8948.43
Hex8449AE183A0201132930
Octal20411125630720404235160
Binary10000100100100110101110110001110100100000100010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8449AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8449AE; }

 p { color: rgb(132,73,174); }

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

<style>
 a { background-color: #8449AE; }

 a { background-color: rgb(132,73,174); }

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

<style>
 span { border-color: #8449AE; }

 span { border-color: rgb(132,73,174); }

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