#8658CA

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

Shades of Amethyst #8658CA

Tints of Amethyst #8658CA

Color information

#8658CA (or 0x8658CA) is unknown color: approx Amethyst. HEX triplet: 86, 58 and CA. RGB value is (134,88,202). Sum of RGB (Red+Green+Blue) = 134+88+202=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #8658CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8658CA is #79A735. Grayscale: #727272. Windows color (decimal): -7972662 or 13260934. OLE color: 13260934.

HSL color Cylindrical-coordinate representation of color #8658CA: hue angle of 264.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8658CA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13488202-
CMYK0.340.5600.21
HSL264.21º51.82%56.86%-
HSV(B)264.21º56.44%79.22%-
XYZ23.9816.3157.76-
YUV114.75177.24141.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=31.60%
G=20.75%
B=47.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134882020.340.5600.21264.2151.8256.86
Hex8658CA22380151083439
Octal20613031242700254106471
Binary10000110101100011001010100010111000010101100001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8658CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8658CA; }

 p { color: rgb(134,88,202); }

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

<style>
 a { background-color: #8658CA; }

 a { background-color: rgb(134,88,202); }

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

<style>
 span { border-color: #8658CA; }

 span { border-color: rgb(134,88,202); }

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