#8349A9

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

Shades of Studio #8349A9

Tints of Studio #8349A9

Color information

#8349A9 (or 0x8349A9) is unknown color: approx Studio. HEX triplet: 83, 49 and A9. RGB value is (131,73,169). Sum of RGB (Red+Green+Blue) = 131+73+169=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #8349A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8349A9 is #7CB656. Grayscale: #646464. Windows color (decimal): -8173143 or 11094403. OLE color: 11094403.

HSL color Cylindrical-coordinate representation of color #8349A9: hue angle of 276.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8349A9 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13173169-
CMYK0.220.5700.34
HSL276.25º39.67%47.45%-
HSV(B)276.25º56.8%66.27%-
XYZ18.912.4538.94-
YUV101.29166.22149.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=35.12%
G=19.57%
B=45.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131731690.220.5700.34276.2539.6747.45
Hex8349A91639022114282f
Octal20311125126710424245057
Binary10000011100100110101001101101110010100010100010100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8349A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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