#8340AB

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

Shades of Studio #8340AB

Tints of Studio #8340AB

Color information

#8340AB (or 0x8340AB) is unknown color: approx Studio. HEX triplet: 83, 40 and AB. RGB value is (131,64,171). Sum of RGB (Red+Green+Blue) = 131+64+171=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8340AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8340AB is #7CBF54. Grayscale: #5F5F5F. Windows color (decimal): -8175445 or 11223171. OLE color: 11223171.

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

Color convert

RGB13164171-
CMYK0.230.6300.33
HSL277.57º45.53%46.08%-
HSV(B)277.57º62.57%67.06%-
XYZ18.5411.4339.76-
YUV96.23170.2152.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=35.79%
G=17.49%
B=46.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131641710.230.6300.33277.5745.5346.08
Hex8340AB173F0211162e2e
Octal20310025327770414265656
Binary10000011100000010101011101111111110100001100010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8340AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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