#8352AE

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

Shades of Studio #8352AE

Tints of Studio #8352AE

Color information

#8352AE (or 0x8352AE) is unknown color: approx Studio. HEX triplet: 83, 52 and AE. RGB value is (131,82,174). Sum of RGB (Red+Green+Blue) = 131+82+174=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #8352AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8352AE is #7CAD51. Grayscale: #6A6A6A. Windows color (decimal): -8170834 or 11424387. OLE color: 11424387.

HSL color Cylindrical-coordinate representation of color #8352AE: hue angle of 271.96º 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 #8352AE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13182174-
CMYK0.250.5300.32
HSL271.96º36.22%50.2%-
HSV(B)271.96º52.87%68.24%-
XYZ20.0213.9241.68-
YUV107.14165.73145.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=33.85%
G=21.19%
B=44.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131821740.250.5300.32271.9636.2250.2
Hex8352AE19350201102432
Octal20312225631650404204462
Binary10000011101001010101110110011101010100000100010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8352AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,82,174); }

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

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

 a { background-color: rgb(131,82,174); }

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

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

 span { border-color: rgb(131,82,174); }

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