#8542AB

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

Shades of Studio #8542AB

Tints of Studio #8542AB

Color information

#8542AB (or 0x8542AB) is unknown color: approx Studio. HEX triplet: 85, 42 and AB. RGB value is (133,66,171). Sum of RGB (Red+Green+Blue) = 133+66+171=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8542AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8542AB is #7ABD54. Grayscale: #616161. Windows color (decimal): -8043861 or 11223685. OLE color: 11223685.

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

Color convert

RGB13366171-
CMYK0.220.6100.33
HSL278.29º44.3%46.47%-
HSV(B)278.29º61.4%67.06%-
XYZ18.9711.8239.81-
YUV98169.2152.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=35.95%
G=17.84%
B=46.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133661710.220.6100.33278.2944.346.47
Hex8542AB163D0211162c2e
Octal20510225326750414265456
Binary10000101100001010101011101101111010100001100010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8542AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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