#8353AB

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

Shades of Studio #8353AB

Tints of Studio #8353AB

Color information

#8353AB (or 0x8353AB) is unknown color: approx Studio. HEX triplet: 83, 53 and AB. RGB value is (131,83,171). Sum of RGB (Red+Green+Blue) = 131+83+171=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #8353AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8353AB is #7CAC54. Grayscale: #6B6B6B. Windows color (decimal): -8170581 or 11228035. OLE color: 11228035.

HSL color Cylindrical-coordinate representation of color #8353AB: hue angle of 272.73º degrees, saturation: 0.35, 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 #8353AB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13183171-
CMYK0.230.5100.33
HSL272.73º34.65%49.8%-
HSV(B)272.73º51.46%67.06%-
XYZ19.813.9540.18-
YUV107.38163.9144.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=34.03%
G=21.56%
B=44.42%

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
Decimal131831710.230.5100.33272.7334.6549.8
Hex8353AB17330211112332
Octal20312325327630414214362
Binary10000011101001110101011101111100110100001100010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8353AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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