#8355AA

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

Shades of Studio #8355AA

Tints of Studio #8355AA

Color information

#8355AA (or 0x8355AA) is unknown color: approx Studio. HEX triplet: 83, 55 and AA. RGB value is (131,85,170). Sum of RGB (Red+Green+Blue) = 131+85+170=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #8355AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8355AA is #7CAA55. Grayscale: #6C6C6C. Windows color (decimal): -8170070 or 11163011. OLE color: 11163011.

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

Color convert

RGB13185170-
CMYK0.230.5000.33
HSL272.47º33.33%50%-
HSV(B)272.47º50%66.67%-
XYZ19.8614.2239.73-
YUV108.44162.74144.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=33.94%
G=22.02%
B=44.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131851700.230.5000.33272.4733.3350
Hex8355AA17320211102132
Octal20312525227620414204162
Binary10000011101010110101010101111100100100001100010000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8355AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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