#8352AA

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

Shades of Studio #8352AA

Tints of Studio #8352AA

Color information

#8352AA (or 0x8352AA) is unknown color: approx Studio. HEX triplet: 83, 52 and AA. RGB value is (131,82,170). Sum of RGB (Red+Green+Blue) = 131+82+170=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8352AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8352AA is #7CAD55. Grayscale: #6A6A6A. Windows color (decimal): -8170838 or 11162243. OLE color: 11162243.

HSL color Cylindrical-coordinate representation of color #8352AA: hue angle of 273.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8352AA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13182170-
CMYK0.230.5200.33
HSL273.41º34.92%49.41%-
HSV(B)273.41º51.76%66.67%-
XYZ19.6313.7639.65-
YUV106.68163.73145.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=34.20%
G=21.41%
B=44.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131821700.230.5200.33273.4134.9249.41
Hex8352AA17340211112331
Octal20312225227640414214361
Binary10000011101001010101010101111101000100001100010001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8352AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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