#8646A9

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

Shades of Studio #8646A9

Tints of Studio #8646A9

Color information

#8646A9 (or 0x8646A9) is unknown color: approx Studio. HEX triplet: 86, 46 and A9. RGB value is (134,70,169). Sum of RGB (Red+Green+Blue) = 134+70+169=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #8646A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8646A9 is #79B956. Grayscale: #646464. Windows color (decimal): -7977303 or 11093638. OLE color: 11093638.

HSL color Cylindrical-coordinate representation of color #8646A9: hue angle of 278.79º 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 #8646A9 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13470169-
CMYK0.210.5900.34
HSL278.79º41.42%46.86%-
HSV(B)278.79º58.58%66.27%-
XYZ19.1812.3138.9-
YUV100.42166.7151.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=35.92%
G=18.77%
B=45.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134701690.210.5900.34278.7941.4246.86
Hex8646A9153B022117292f
Octal20610625125730424275157
Binary10000110100011010101001101011110110100010100010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8646A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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