#8359AD

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

Shades of Studio #8359AD

Tints of Studio #8359AD

Color information

#8359AD (or 0x8359AD) is unknown color: approx Studio. HEX triplet: 83, 59 and AD. RGB value is (131,89,173). Sum of RGB (Red+Green+Blue) = 131+89+173=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #8359AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359AD is #7CA652. Grayscale: #6E6E6E. Windows color (decimal): -8169043 or 11360643. OLE color: 11360643.

HSL color Cylindrical-coordinate representation of color #8359AD: hue angle of 270º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8359AD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13189173-
CMYK0.240.4900.32
HSL270º33.87%51.37%-
HSV(B)270º48.55%67.84%-
XYZ20.4814.9941.35-
YUV111.13162.91142.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=33.33%
G=22.65%
B=44.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131891730.240.4900.3227033.8751.37
Hex8359AD183102010e2233
Octal20313125530610404164263
Binary10000011101100110101101110001100010100000100001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8359AD; }

 p { color: rgb(131,89,173); }

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

<style>
 a { background-color: #8359AD; }

 a { background-color: rgb(131,89,173); }

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

<style>
 span { border-color: #8359AD; }

 span { border-color: rgb(131,89,173); }

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