#8551AE

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

Shades of Studio #8551AE

Tints of Studio #8551AE

Color information

#8551AE (or 0x8551AE) is unknown color: approx Studio. HEX triplet: 85, 51 and AE. RGB value is (133,81,174). Sum of RGB (Red+Green+Blue) = 133+81+174=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #8551AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8551AE is #7AAE51. Grayscale: #6A6A6A. Windows color (decimal): -8040018 or 11424133. OLE color: 11424133.

HSL color Cylindrical-coordinate representation of color #8551AE: hue angle of 273.55º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8551AE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13381174-
CMYK0.240.5300.32
HSL273.55º36.47%50%-
HSV(B)273.55º53.45%68.24%-
XYZ20.2613.9341.67-
YUV107.15165.73146.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=34.28%
G=20.88%
B=44.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133811740.240.5300.32273.5536.4750
Hex8551AE18350201122432
Octal20512125630650404224462
Binary10000101101000110101110110001101010100000100010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8551AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8551AE; }

 p { color: rgb(133,81,174); }

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

<style>
 a { background-color: #8551AE; }

 a { background-color: rgb(133,81,174); }

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

<style>
 span { border-color: #8551AE; }

 span { border-color: rgb(133,81,174); }

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