#8349AB

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

Shades of Studio #8349AB

Tints of Studio #8349AB

Color information

#8349AB (or 0x8349AB) is unknown color: approx Studio. HEX triplet: 83, 49 and AB. RGB value is (131,73,171). Sum of RGB (Red+Green+Blue) = 131+73+171=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #8349AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8349AB is #7CB654. Grayscale: #656565. Windows color (decimal): -8173141 or 11225475. OLE color: 11225475.

HSL color Cylindrical-coordinate representation of color #8349AB: hue angle of 275.51º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8349AB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13173171-
CMYK0.230.5700.33
HSL275.51º40.16%47.84%-
HSV(B)275.51º57.31%67.06%-
XYZ19.0912.5339.94-
YUV101.51167.22149.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=34.93%
G=19.47%
B=45.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131731710.230.5700.33275.5140.1647.84
Hex8349AB17390211142830
Octal20311125327710414245060
Binary10000011100100110101011101111110010100001100010100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8349AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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