#8557AD

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

Shades of Studio #8557AD

Tints of Studio #8557AD

Color information

#8557AD (or 0x8557AD) is unknown color: approx Studio. HEX triplet: 85, 57 and AD. RGB value is (133,87,173). Sum of RGB (Red+Green+Blue) = 133+87+173=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 87 (34.38% from 255 or 22.14% 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 #8557AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8557AD is #7AA852. Grayscale: #6E6E6E. Windows color (decimal): -8038483 or 11360133. OLE color: 11360133.

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

Color convert

RGB13387173-
CMYK0.230.5000.32
HSL272.09º34.4%50.98%-
HSV(B)272.09º49.71%67.84%-
XYZ20.6214.8241.31-
YUV110.56163.24144.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=33.84%
G=22.14%
B=44.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133871730.230.5000.32272.0934.450.98
Hex8557AD17320201102233
Octal20512725527620404204263
Binary10000101101011110101101101111100100100000100010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8557AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,87,173); }

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

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

 a { background-color: rgb(133,87,173); }

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

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

 span { border-color: rgb(133,87,173); }

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