#8746A9

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

Shades of Studio #8746A9

Tints of Studio #8746A9

Color information

#8746A9 (or 0x8746A9) is unknown color: approx Studio. HEX triplet: 87, 46 and A9. RGB value is (135,70,169). Sum of RGB (Red+Green+Blue) = 135+70+169=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #8746A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8746A9 is #78B956. Grayscale: #646464. Windows color (decimal): -7911767 or 11093639. OLE color: 11093639.

HSL color Cylindrical-coordinate representation of color #8746A9: hue angle of 279.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8746A9 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13570169-
CMYK0.200.5900.34
HSL279.39º41.42%46.86%-
HSV(B)279.39º58.58%66.27%-
XYZ19.3412.438.91-
YUV100.72166.53152.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=36.10%
G=18.72%
B=45.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal135701690.200.5900.34279.3941.4246.86
Hex8746A9143B022117292f
Octal20710625124730424275157
Binary10000111100011010101001101001110110100010100010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8746A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8746A9; }

 p { color: rgb(135,70,169); }

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

<style>
 a { background-color: #8746A9; }

 a { background-color: rgb(135,70,169); }

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

<style>
 span { border-color: #8746A9; }

 span { border-color: rgb(135,70,169); }

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