#8555AB

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

Shades of Studio #8555AB

Tints of Studio #8555AB

Color information

#8555AB (or 0x8555AB) is unknown color: approx Studio. HEX triplet: 85, 55 and AB. RGB value is (133,85,171). Sum of RGB (Red+Green+Blue) = 133+85+171=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #8555AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8555AB is #7AAA54. Grayscale: #6C6C6C. Windows color (decimal): -8038997 or 11228549. OLE color: 11228549.

HSL color Cylindrical-coordinate representation of color #8555AB: hue angle of 273.49º degrees, saturation: 0.34, 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 #8555AB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13385171-
CMYK0.220.5000.33
HSL273.49º33.86%50.2%-
HSV(B)273.49º50.29%67.06%-
XYZ20.2714.4240.24-
YUV109.16162.9145.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=34.19%
G=21.85%
B=43.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133851710.220.5000.33273.4933.8650.2
Hex8555AB16320211112232
Octal20512525326620414214262
Binary10000101101010110101011101101100100100001100010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8555AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8555AB; }

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

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

<style>
 a { background-color: #8555AB; }

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

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

<style>
 span { border-color: #8555AB; }

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

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