#8558AB

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

Shades of Studio #8558AB

Tints of Studio #8558AB

Color information

#8558AB (or 0x8558AB) is unknown color: approx Studio. HEX triplet: 85, 58 and AB. RGB value is (133,88,171). Sum of RGB (Red+Green+Blue) = 133+88+171=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #8558AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558AB is #7AA754. Grayscale: #6E6E6E. Windows color (decimal): -8038229 or 11229317. OLE color: 11229317.

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

Color convert

RGB13388171-
CMYK0.220.4900.33
HSL272.53º33.07%50.78%-
HSV(B)272.53º48.54%67.06%-
XYZ20.5114.9140.32-
YUV110.92161.91143.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=33.93%
G=22.45%
B=43.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133881710.220.4900.33272.5333.0750.78
Hex8558AB16310211112133
Octal20513025326610414214163
Binary10000101101100010101011101101100010100001100010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8558AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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