#8454AB

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

Shades of Studio #8454AB

Tints of Studio #8454AB

Color information

#8454AB (or 0x8454AB) is unknown color: approx Studio. HEX triplet: 84, 54 and AB. RGB value is (132,84,171). Sum of RGB (Red+Green+Blue) = 132+84+171=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8454AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8454AB is #7BAB54. Grayscale: #6B6B6B. Windows color (decimal): -8104789 or 11228292. OLE color: 11228292.

HSL color Cylindrical-coordinate representation of color #8454AB: hue angle of 273.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8454AB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13284171-
CMYK0.230.5100.33
HSL273.1º34.12%50%-
HSV(B)273.1º50.88%67.06%-
XYZ20.0414.1940.21-
YUV108.27163.4144.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=34.11%
G=21.71%
B=44.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132841710.230.5100.33273.134.1250
Hex8454AB17330211112232
Octal20412425327630414214262
Binary10000100101010010101011101111100110100001100010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8454AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,84,171); }

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

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

 a { background-color: rgb(132,84,171); }

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

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

 span { border-color: rgb(132,84,171); }

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