#8546AB

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

Shades of Studio #8546AB

Tints of Studio #8546AB

Color information

#8546AB (or 0x8546AB) is unknown color: approx Studio. HEX triplet: 85, 46 and AB. RGB value is (133,70,171). Sum of RGB (Red+Green+Blue) = 133+70+171=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8546AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8546AB is #7AB954. Grayscale: #646464. Windows color (decimal): -8042837 or 11224709. OLE color: 11224709.

HSL color Cylindrical-coordinate representation of color #8546AB: hue angle of 277.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8546AB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13370171-
CMYK0.220.5900.33
HSL277.43º41.91%47.25%-
HSV(B)277.43º59.06%67.06%-
XYZ19.2112.3139.89-
YUV100.35167.87151.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=35.56%
G=18.72%
B=45.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133701710.220.5900.33277.4341.9147.25
Hex8546AB163B0211152a2f
Octal20510625326730414255257
Binary10000101100011010101011101101110110100001100010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8546AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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