#8651A9

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

Shades of Studio #8651A9

Tints of Studio #8651A9

Color information

#8651A9 (or 0x8651A9) is unknown color: approx Studio. HEX triplet: 86, 51 and A9. RGB value is (134,81,169). Sum of RGB (Red+Green+Blue) = 134+81+169=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #8651A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8651A9 is #79AE56. Grayscale: #6A6A6A. Windows color (decimal): -7974487 or 11096454. OLE color: 11096454.

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

Color convert

RGB13481169-
CMYK0.210.5200.34
HSL276.14º35.2%49.02%-
HSV(B)276.14º52.07%66.27%-
XYZ19.9413.8239.15-
YUV106.88163.06147.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 169 (66.41% from 255) = 44.01%
R=34.90%
G=21.09%
B=44.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134811690.210.5200.34276.1435.249.02
Hex8651A915340221142331
Octal20612125125640424244361
Binary10000110101000110101001101011101000100010100010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8651A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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