#8558a6

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

Shades of Studio #8558A6

Tints of Studio #8558A6

Color information

#8558A6 (or 0x8558A6) is unknown color: approx Studio. HEX triplet: 85, 58 and A6. RGB value is (133,88,166). Sum of RGB (Red+Green+Blue) = 133+88+166=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #8558A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558A6 is #7AA759. Grayscale: #6E6E6E. Windows color (decimal): -8038234 or 10901637. OLE color: 10901637.

HSL color Cylindrical-coordinate representation of color #8558A6: hue angle of 274.62º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8558A6 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13388166-
CMYK0.200.4700.35
HSL274.62º30.71%49.8%-
HSV(B)274.62º46.99%65.1%-
XYZ20.0514.7237.86-
YUV110.35159.41144.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 166 (65.23% from 255) = 42.89%
R=34.37%
G=22.74%
B=42.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133881660.200.4700.35274.6230.7149.8
Hex8558A6142F0231131f32
Octal20513024624570434233762
Binary1000010110110001010011010100101111010001110001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8558a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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