#8459AD

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

Shades of Studio #8459AD

Tints of Studio #8459AD

Color information

#8459AD (or 0x8459AD) is unknown color: approx Studio. HEX triplet: 84, 59 and AD. RGB value is (132,89,173). Sum of RGB (Red+Green+Blue) = 132+89+173=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #8459AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AD is #7BA652. Grayscale: #6F6F6F. Windows color (decimal): -8103507 or 11360644. OLE color: 11360644.

HSL color Cylindrical-coordinate representation of color #8459AD: hue angle of 270.71º 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 #8459AD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13289173-
CMYK0.240.4900.32
HSL270.71º33.87%51.37%-
HSV(B)270.71º48.55%67.84%-
XYZ20.6315.0741.36-
YUV111.43162.75142.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=33.50%
G=22.59%
B=43.91%

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
Decimal132891730.240.4900.32270.7133.8751.37
Hex8459AD183102010f2233
Octal20413125530610404174263
Binary10000100101100110101101110001100010100000100001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8459AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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