#8357AA

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

Shades of Studio #8357AA

Tints of Studio #8357AA

Color information

#8357AA (or 0x8357AA) is unknown color: approx Studio. HEX triplet: 83, 57 and AA. RGB value is (131,87,170). Sum of RGB (Red+Green+Blue) = 131+87+170=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #8357AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8357AA is #7CA855. Grayscale: #6D6D6D. Windows color (decimal): -8169558 or 11163523. OLE color: 11163523.

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

Color convert

RGB13187170-
CMYK0.230.4900.33
HSL271.81º32.81%50.39%-
HSV(B)271.81º48.82%66.67%-
XYZ20.0214.5439.78-
YUV109.62162.08143.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=33.76%
G=22.42%
B=43.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131871700.230.4900.33271.8132.8150.39
Hex8357AA17310211102132
Octal20312725227610414204162
Binary10000011101011110101010101111100010100001100010000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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