#8741AA

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

Shades of Studio #8741AA

Tints of Studio #8741AA

Color information

#8741AA (or 0x8741AA) is unknown color: approx Studio. HEX triplet: 87, 41 and AA. RGB value is (135,65,170). Sum of RGB (Red+Green+Blue) = 135+65+170=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #8741AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8741AA is #78BE55. Grayscale: #616161. Windows color (decimal): -7913046 or 11157895. OLE color: 11157895.

HSL color Cylindrical-coordinate representation of color #8741AA: hue angle of 280º 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 #8741AA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13565170-
CMYK0.210.6200.33
HSL280º44.68%46.08%-
HSV(B)280º61.76%66.67%-
XYZ19.1411.8339.31-
YUV97.9168.69154.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=36.49%
G=17.57%
B=45.95%

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
Decimal135651700.210.6200.3328044.6846.08
Hex8741AA153E0211182d2e
Octal20710125225760414305556
Binary10000111100000110101010101011111100100001100011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8741AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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