#8547AF

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

Shades of Studio #8547AF

Tints of Studio #8547AF

Color information

#8547AF (or 0x8547AF) is unknown color: approx Studio. HEX triplet: 85, 47 and AF. RGB value is (133,71,175). Sum of RGB (Red+Green+Blue) = 133+71+175=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #8547AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8547AF is #7AB850. Grayscale: #656565. Windows color (decimal): -8042577 or 11487109. OLE color: 11487109.

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

Color convert

RGB13371175-
CMYK0.240.5900.31
HSL275.77º42.28%48.24%-
HSV(B)275.77º59.43%68.63%-
XYZ19.6612.5941.95-
YUV101.39169.54150.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=35.09%
G=18.73%
B=46.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133711750.240.5900.31275.7742.2848.24
Hex8547AF183B01F1142a30
Octal20510725730730374245260
Binary1000010110001111010111111000111011011111100010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8547AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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