#8346A9

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

Shades of Studio #8346A9

Tints of Studio #8346A9

Color information

#8346A9 (or 0x8346A9) is unknown color: approx Studio. HEX triplet: 83, 46 and A9. RGB value is (131,70,169). Sum of RGB (Red+Green+Blue) = 131+70+169=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: blue. Hex color #8346A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8346A9 is #7CB956. Grayscale: #636363. Windows color (decimal): -8173911 or 11093635. OLE color: 11093635.

HSL color Cylindrical-coordinate representation of color #8346A9: hue angle of 276.97º degrees, saturation: 0.41, 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 #8346A9 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13170169-
CMYK0.220.5900.34
HSL276.97º41.42%46.86%-
HSV(B)276.97º58.58%66.27%-
XYZ18.7112.0738.88-
YUV99.52167.21150.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 169 (66.41% from 255) = 45.68%
R=35.41%
G=18.92%
B=45.68%

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
Decimal131701690.220.5900.34276.9741.4246.86
Hex8346A9163B022115292f
Octal20310625126730424255157
Binary10000011100011010101001101101110110100010100010101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8346A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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