#8641AA

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

Shades of Studio #8641AA

Tints of Studio #8641AA

Color information

#8641AA (or 0x8641AA) is unknown color: approx Studio. HEX triplet: 86, 41 and AA. RGB value is (134,65,170). Sum of RGB (Red+Green+Blue) = 134+65+170=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 65 (25.78% from 255 or 17.62% 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 #8641AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8641AA is #79BE55. Grayscale: #616161. Windows color (decimal): -7978582 or 11157894. OLE color: 11157894.

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

Color convert

RGB13465170-
CMYK0.210.6200.33
HSL279.43º44.68%46.08%-
HSV(B)279.43º61.76%66.67%-
XYZ18.9811.7539.3-
YUV97.6168.86153.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=36.31%
G=17.62%
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
Decimal134651700.210.6200.33279.4344.6846.08
Hex8641AA153E0211172d2e
Octal20610125225760414275556
Binary10000110100000110101010101011111100100001100010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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