#8452AD

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

Shades of Studio #8452AD

Tints of Studio #8452AD

Color information

#8452AD (or 0x8452AD) is unknown color: approx Studio. HEX triplet: 84, 52 and AD. RGB value is (132,82,173). Sum of RGB (Red+Green+Blue) = 132+82+173=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #8452AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8452AD is #7BAD52. Grayscale: #6B6B6B. Windows color (decimal): -8105299 or 11358852. OLE color: 11358852.

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

Color convert

RGB13282173-
CMYK0.240.5300.32
HSL272.97º35.69%50%-
HSV(B)272.97º52.6%67.84%-
XYZ20.0813.9641.17-
YUV107.32165.06145.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=34.11%
G=21.19%
B=44.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132821730.240.5300.32272.9735.6950
Hex8452AD18350201112432
Octal20412225530650404214462
Binary10000100101001010101101110001101010100000100010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8452AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8452AD; }

 p { color: rgb(132,82,173); }

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

<style>
 a { background-color: #8452AD; }

 a { background-color: rgb(132,82,173); }

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

<style>
 span { border-color: #8452AD; }

 span { border-color: rgb(132,82,173); }

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