#8554ab

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

Shades of Studio #8554AB

Tints of Studio #8554AB

Color information

#8554AB (or 0x8554AB) is unknown color: approx Studio. HEX triplet: 85, 54 and AB. RGB value is (133,84,171). Sum of RGB (Red+Green+Blue) = 133+84+171=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #8554AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8554AB is #7AAB54. Grayscale: #6C6C6C. Windows color (decimal): -8039253 or 11228293. OLE color: 11228293.

HSL color Cylindrical-coordinate representation of color #8554AB: hue angle of 273.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8554AB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13384171-
CMYK0.220.5100.33
HSL273.79º34.12%50%-
HSV(B)273.79º50.88%67.06%-
XYZ20.1914.2740.22-
YUV108.57163.23145.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=34.28%
G=21.65%
B=44.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133841710.220.5100.33273.7934.1250
Hex8554AB16330211122232
Octal20512425326630414224262
Binary10000101101010010101011101101100110100001100010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8554ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8554ab; }

 p { color: rgb(133,84,171); }

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

<style>
 a { background-color: #8554ab; }

 a { background-color: rgb(133,84,171); }

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

<style>
 span { border-color: #8554ab; }

 span { border-color: rgb(133,84,171); }

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