#8346AA

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

Shades of Studio #8346AA

Tints of Studio #8346AA

Color information

#8346AA (or 0x8346AA) is unknown color: approx Studio. HEX triplet: 83, 46 and AA. RGB value is (131,70,170). Sum of RGB (Red+Green+Blue) = 131+70+170=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #8346AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8346AA is #7CB955. Grayscale: #636363. Windows color (decimal): -8173910 or 11159171. OLE color: 11159171.

HSL color Cylindrical-coordinate representation of color #8346AA: hue angle of 276.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8346AA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13170170-
CMYK0.230.5900.33
HSL276.6º41.67%47.06%-
HSV(B)276.6º58.82%66.67%-
XYZ18.8112.1139.38-
YUV99.64167.71150.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=35.31%
G=18.87%
B=45.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131701700.230.5900.33276.641.6747.06
Hex8346AA173B0211152a2f
Octal20310625227730414255257
Binary10000011100011010101010101111110110100001100010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8346AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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