#8547AD

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

Shades of Studio #8547AD

Tints of Studio #8547AD

Color information

#8547AD (or 0x8547AD) is unknown color: approx Studio. HEX triplet: 85, 47 and AD. RGB value is (133,71,173). Sum of RGB (Red+Green+Blue) = 133+71+173=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #8547AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8547AD is #7AB852. Grayscale: #646464. Windows color (decimal): -8042579 or 11356037. OLE color: 11356037.

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

Color convert

RGB13371173-
CMYK0.230.5900.32
HSL276.47º41.8%47.84%-
HSV(B)276.47º58.96%67.84%-
XYZ19.4712.5140.92-
YUV101.17168.54150.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=35.28%
G=18.83%
B=45.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133711730.230.5900.32276.4741.847.84
Hex8547AD173B0201142a30
Octal20510725527730404245260
Binary10000101100011110101101101111110110100000100010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8547AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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