#88549F

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

Shades of Studio #88549F

Tints of Studio #88549F

Color information

#88549F (or 0x88549F) is unknown color: approx Studio. HEX triplet: 88, 54 and 9F. RGB value is (136,84,159). Sum of RGB (Red+Green+Blue) = 136+84+159=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #88549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88549F is #77AB60. Grayscale: #6B6B6B. Windows color (decimal): -7842657 or 10441864. OLE color: 10441864.

HSL color Cylindrical-coordinate representation of color #88549F: hue angle of 281.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88549F is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13684159-
CMYK0.140.4700.38
HSL281.6º30.86%47.65%-
HSV(B)281.6º47.17%62.35%-
XYZ19.5814.0834.49-
YUV108.1156.73147.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=35.88%
G=22.16%
B=41.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136841590.140.4700.38281.630.8647.65
Hex88549FE2F02611a1f30
Octal21012423716570464323760
Binary100010001010100100111111110101111010011010001101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88549F; }

 p { color: rgb(136,84,159); }

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

<style>
 a { background-color: #88549F; }

 a { background-color: rgb(136,84,159); }

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

<style>
 span { border-color: #88549F; }

 span { border-color: rgb(136,84,159); }

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