#8641AC

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

Shades of Studio #8641AC

Tints of Studio #8641AC

Color information

#8641AC (or 0x8641AC) is unknown color: approx Studio. HEX triplet: 86, 41 and AC. RGB value is (134,65,172). Sum of RGB (Red+Green+Blue) = 134+65+172=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #8641AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8641AC is #79BE53. Grayscale: #616161. Windows color (decimal): -7978580 or 11288966. OLE color: 11288966.

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

Color convert

RGB13465172-
CMYK0.220.6200.33
HSL278.69º45.15%46.47%-
HSV(B)278.69º62.21%67.45%-
XYZ19.1711.8340.3-
YUV97.83169.86153.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=36.12%
G=17.52%
B=46.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134651720.220.6200.33278.6945.1546.47
Hex8641AC163E0211172d2e
Octal20610125426760414275556
Binary10000110100000110101100101101111100100001100010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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