#8641AE

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

Shades of Studio #8641AE

Tints of Studio #8641AE

Color information

#8641AE (or 0x8641AE) is unknown color: approx Studio. HEX triplet: 86, 41 and AE. RGB value is (134,65,174). Sum of RGB (Red+Green+Blue) = 134+65+174=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #8641AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8641AE is #79BE51. Grayscale: #616161. Windows color (decimal): -7978578 or 11420038. OLE color: 11420038.

HSL color Cylindrical-coordinate representation of color #8641AE: hue angle of 277.98º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8641AE is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13465174-
CMYK0.230.6300.32
HSL277.98º45.61%46.86%-
HSV(B)277.98º62.64%68.24%-
XYZ19.3611.941.32-
YUV98.06170.86153.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=35.92%
G=17.43%
B=46.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134651740.230.6300.32277.9845.6146.86
Hex8641AE173F0201162e2f
Octal20610125627770404265657
Binary10000110100000110101110101111111110100000100010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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