#8058AA

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

Shades of Studio #8058AA

Tints of Studio #8058AA

Color information

#8058AA (or 0x8058AA) is unknown color: approx Studio. HEX triplet: 80, 58 and AA. RGB value is (128,88,170). Sum of RGB (Red+Green+Blue) = 128+88+170=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #8058AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8058AA is #7FA755. Grayscale: #6D6D6D. Windows color (decimal): -8365910 or 11163776. OLE color: 11163776.

HSL color Cylindrical-coordinate representation of color #8058AA: hue angle of 269.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8058AA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12888170-
CMYK0.250.4800.33
HSL269.27º32.54%50.59%-
HSV(B)269.27º48.24%66.67%-
XYZ19.6514.4739.79-
YUV109.31162.25141.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=33.16%
G=22.80%
B=44.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128881700.250.4800.33269.2732.5450.59
Hex8058AA193002110d2133
Octal20013025231600414154163
Binary10000000101100010101010110011100000100001100001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,88,170); }

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

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

 a { background-color: rgb(128,88,170); }

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

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

 span { border-color: rgb(128,88,170); }

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