#8554AD

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

Shades of Studio #8554AD

Tints of Studio #8554AD

Color information

#8554AD (or 0x8554AD) is unknown color: approx Studio. HEX triplet: 85, 54 and AD. RGB value is (133,84,173). Sum of RGB (Red+Green+Blue) = 133+84+173=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8554AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8554AD is #7AAB52. Grayscale: #6C6C6C. Windows color (decimal): -8039251 or 11359365. OLE color: 11359365.

HSL color Cylindrical-coordinate representation of color #8554AD: hue angle of 273.03º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8554AD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13384173-
CMYK0.230.5100.32
HSL273.03º35.18%50.39%-
HSV(B)273.03º51.45%67.84%-
XYZ20.3914.3441.23-
YUV108.8164.23145.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=34.10%
G=21.54%
B=44.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133841730.230.5100.32273.0335.1850.39
Hex8554AD17330201112332
Octal20512425527630404214362
Binary10000101101010010101101101111100110100000100010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8554AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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