#8353AA

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

Shades of Studio #8353AA

Tints of Studio #8353AA

Color information

#8353AA (or 0x8353AA) is unknown color: approx Studio. HEX triplet: 83, 53 and AA. RGB value is (131,83,170). Sum of RGB (Red+Green+Blue) = 131+83+170=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #8353AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8353AA is #7CAC55. Grayscale: #6A6A6A. Windows color (decimal): -8170582 or 11162499. OLE color: 11162499.

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

Color convert

RGB13183170-
CMYK0.230.5100.33
HSL273.1º34.39%49.61%-
HSV(B)273.1º51.18%66.67%-
XYZ19.7113.9139.68-
YUV107.27163.4144.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=34.11%
G=21.61%
B=44.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131831700.230.5100.33273.134.3949.61
Hex8353AA17330211112232
Octal20312325227630414214262
Binary10000011101001110101010101111100110100001100010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8353AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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