#8651AA

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

Shades of Studio #8651AA

Tints of Studio #8651AA

Color information

#8651AA (or 0x8651AA) is unknown color: approx Studio. HEX triplet: 86, 51 and AA. RGB value is (134,81,170). Sum of RGB (Red+Green+Blue) = 134+81+170=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #8651AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8651AA is #79AE55. Grayscale: #6A6A6A. Windows color (decimal): -7974486 or 11161990. OLE color: 11161990.

HSL color Cylindrical-coordinate representation of color #8651AA: hue angle of 275.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8651AA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13481170-
CMYK0.210.5200.33
HSL275.73º35.46%49.22%-
HSV(B)275.73º52.35%66.67%-
XYZ20.0313.8639.65-
YUV106.99163.56147.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=34.81%
G=21.04%
B=44.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134811700.210.5200.33275.7335.4649.22
Hex8651AA15340211142331
Octal20612125225640414244361
Binary10000110101000110101010101011101000100001100010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8651AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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