#8345a9

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

Shades of Studio #8345A9

Tints of Studio #8345A9

Color information

#8345A9 (or 0x8345A9) is unknown color: approx Studio. HEX triplet: 83, 45 and A9. RGB value is (131,69,169). Sum of RGB (Red+Green+Blue) = 131+69+169=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 169 - color contains mainly: blue. Hex color #8345A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8345A9 is #7CBA56. Grayscale: #626262. Windows color (decimal): -8174167 or 11093379. OLE color: 11093379.

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

Color convert

RGB13169169-
CMYK0.220.5900.34
HSL277.2º42.02%46.67%-
HSV(B)277.2º59.17%66.27%-
XYZ18.6511.9538.86-
YUV98.94167.54150.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=35.50%
G=18.70%
B=45.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131691690.220.5900.34277.242.0246.67
Hex8345A9163B0221152a2f
Octal20310525126730424255257
Binary10000011100010110101001101101110110100010100010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8345a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8345a9; }

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

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

<style>
 a { background-color: #8345a9; }

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

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

<style>
 span { border-color: #8345a9; }

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

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