#8546AD

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

Shades of Studio #8546AD

Tints of Studio #8546AD

Color information

#8546AD (or 0x8546AD) is unknown color: approx Studio. HEX triplet: 85, 46 and AD. RGB value is (133,70,173). Sum of RGB (Red+Green+Blue) = 133+70+173=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #8546AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8546AD is #7AB952. Grayscale: #646464. Windows color (decimal): -8042835 or 11355781. OLE color: 11355781.

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

Color convert

RGB13370173-
CMYK0.230.6000.32
HSL276.7º42.39%47.65%-
HSV(B)276.7º59.54%67.84%-
XYZ19.4112.3840.9-
YUV100.58168.87151.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=35.37%
G=18.62%
B=46.01%

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
Decimal133701730.230.6000.32276.742.3947.65
Hex8546AD173C0201152a30
Octal20510625527740404255260
Binary10000101100011010101101101111111000100000100010101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8546AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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