#8055AA

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

Shades of Studio #8055AA

Tints of Studio #8055AA

Color information

#8055AA (or 0x8055AA) is unknown color: approx Studio. HEX triplet: 80, 55 and AA. RGB value is (128,85,170). Sum of RGB (Red+Green+Blue) = 128+85+170=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8055AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8055AA is #7FAA55. Grayscale: #6B6B6B. Windows color (decimal): -8366678 or 11163008. OLE color: 11163008.

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

Color convert

RGB12885170-
CMYK0.250.5000.33
HSL270.35º33.33%50%-
HSV(B)270.35º50%66.67%-
XYZ19.4113.9939.71-
YUV107.55163.25142.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=33.42%
G=22.19%
B=44.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128851700.250.5000.33270.3533.3350
Hex8055AA193202110e2132
Octal20012525231620414164162
Binary10000000101010110101010110011100100100001100001110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8055AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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