#8453AE

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

Shades of Studio #8453AE

Tints of Studio #8453AE

Color information

#8453AE (or 0x8453AE) is unknown color: approx Studio. HEX triplet: 84, 53 and AE. RGB value is (132,83,174). Sum of RGB (Red+Green+Blue) = 132+83+174=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #8453AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8453AE is #7BAC51. Grayscale: #6B6B6B. Windows color (decimal): -8105042 or 11424644. OLE color: 11424644.

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

Color convert

RGB13283174-
CMYK0.240.5200.32
HSL272.31º35.97%50.39%-
HSV(B)272.31º52.3%68.24%-
XYZ20.2514.1541.71-
YUV108.02165.23145.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=33.93%
G=21.34%
B=44.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132831740.240.5200.32272.3135.9750.39
Hex8453AE18340201102432
Octal20412325630640404204462
Binary10000100101001110101110110001101000100000100010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8453AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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