#8545AD

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

Shades of Studio #8545AD

Tints of Studio #8545AD

Color information

#8545AD (or 0x8545AD) is unknown color: approx Studio. HEX triplet: 85, 45 and AD. RGB value is (133,69,173). Sum of RGB (Red+Green+Blue) = 133+69+173=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #8545AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8545AD is #7ABA52. Grayscale: #636363. Windows color (decimal): -8043091 or 11355525. OLE color: 11355525.

HSL color Cylindrical-coordinate representation of color #8545AD: hue angle of 276.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8545AD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13369173-
CMYK0.230.6000.32
HSL276.92º42.98%47.45%-
HSV(B)276.92º60.12%67.84%-
XYZ19.3412.2640.88-
YUV99.99169.2151.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=35.47%
G=18.4%
B=46.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133691730.230.6000.32276.9242.9847.45
Hex8545AD173C0201152b2f
Octal20510525527740404255357
Binary10000101100010110101101101111111000100000100010101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8545AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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