#8740AC

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

Shades of Studio #8740AC

Tints of Studio #8740AC

Color information

#8740AC (or 0x8740AC) is unknown color: approx Studio. HEX triplet: 87, 40 and AC. RGB value is (135,64,172). Sum of RGB (Red+Green+Blue) = 135+64+172=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #8740AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8740AC is #78BF53. Grayscale: #616161. Windows color (decimal): -7913300 or 11288711. OLE color: 11288711.

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

Color convert

RGB13564172-
CMYK0.220.6300.33
HSL279.44º45.76%46.27%-
HSV(B)279.44º62.79%67.45%-
XYZ19.2711.840.29-
YUV97.54170.02154.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=36.39%
G=17.25%
B=46.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135641720.220.6300.33279.4445.7646.27
Hex8740AC163F0211172e2e
Octal20710025426770414275656
Binary10000111100000010101100101101111110100001100010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8740AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8740AC; }

 p { color: rgb(135,64,172); }

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

<style>
 a { background-color: #8740AC; }

 a { background-color: rgb(135,64,172); }

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

<style>
 span { border-color: #8740AC; }

 span { border-color: rgb(135,64,172); }

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