#8551A1

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

Shades of Studio #8551A1

Tints of Studio #8551A1

Color information

#8551A1 (or 0x8551A1) is unknown color: approx Studio. HEX triplet: 85, 51 and A1. RGB value is (133,81,161). Sum of RGB (Red+Green+Blue) = 133+81+161=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #8551A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8551A1 is #7AAE5E. Grayscale: #696969. Windows color (decimal): -8040031 or 10572165. OLE color: 10572165.

HSL color Cylindrical-coordinate representation of color #8551A1: hue angle of 279º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8551A1 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13381161-
CMYK0.170.5000.37
HSL279º33.06%47.45%-
HSV(B)279º49.69%63.14%-
XYZ19.0513.4435.31-
YUV105.67159.23147.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 161 (63.28% from 255) = 42.93%
R=35.47%
G=21.6%
B=42.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133811610.170.5000.3727933.0647.45
Hex8551A11132025117212f
Octal20512124121620454274157
Binary10000101101000110100001100011100100100101100010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8551A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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