#8659C8

Color #8659C8 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #8659C8

Tints of Amethyst #8659C8

Color information

#8659C8 (or 0x8659C8) is unknown color: approx Amethyst. HEX triplet: 86, 59 and C8. RGB value is (134,89,200). Sum of RGB (Red+Green+Blue) = 134+89+200=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #8659C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659C8 is #79A637. Grayscale: #727272. Windows color (decimal): -7972408 or 13130118. OLE color: 13130118.

HSL color Cylindrical-coordinate representation of color #8659C8: hue angle of 264.32º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8659C8 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13489200-
CMYK0.330.5600.22
HSL264.32º50.23%56.67%-
HSV(B)264.32º55.5%78.43%-
XYZ23.8316.3856.55-
YUV115.11175.91141.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 200 (78.52% from 255) = 47.28%
R=31.68%
G=21.04%
B=47.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134892000.330.5600.22264.3250.2356.67
Hex8659C821380161083239
Octal20613131041700264106271
Binary10000110101100111001000100001111000010110100001000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8659C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8659C8; }

 p { color: rgb(134,89,200); }

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

<style>
 a { background-color: #8659C8; }

 a { background-color: rgb(134,89,200); }

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

<style>
 span { border-color: #8659C8; }

 span { border-color: rgb(134,89,200); }

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