#8059AD

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

Shades of Studio #8059AD

Tints of Studio #8059AD

Color information

#8059AD (or 0x8059AD) is unknown color: approx Studio. HEX triplet: 80, 59 and AD. RGB value is (128,89,173). Sum of RGB (Red+Green+Blue) = 128+89+173=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8059AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8059AD is #7FA652. Grayscale: #6D6D6D. Windows color (decimal): -8365651 or 11360640. OLE color: 11360640.

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

Color convert

RGB12889173-
CMYK0.260.4900.32
HSL267.86º33.87%51.37%-
HSV(B)267.86º48.55%67.84%-
XYZ20.0214.7541.33-
YUV110.24163.42140.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=32.82%
G=22.82%
B=44.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128891730.260.4900.32267.8633.8751.37
Hex8059AD1A3102010c2233
Octal20013125532610404144263
Binary10000000101100110101101110101100010100000100001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8059AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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