#8740AA

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

Shades of Studio #8740AA

Tints of Studio #8740AA

Color information

#8740AA (or 0x8740AA) is unknown color: approx Studio. HEX triplet: 87, 40 and AA. RGB value is (135,64,170). Sum of RGB (Red+Green+Blue) = 135+64+170=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #8740AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8740AA is #78BF55. Grayscale: #606060. Windows color (decimal): -7913302 or 11157639. OLE color: 11157639.

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

Color convert

RGB13564170-
CMYK0.210.6200.33
HSL280.19º45.3%45.88%-
HSV(B)280.19º62.35%66.67%-
XYZ19.0811.7239.29-
YUV97.31169.02154.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=36.59%
G=17.34%
B=46.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135641700.210.6200.33280.1945.345.88
Hex8740AA153E0211182d2e
Octal20710025225760414305556
Binary10000111100000010101010101011111100100001100011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8740AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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