#8658CB

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

Shades of Amethyst #8658CB

Tints of Amethyst #8658CB

Color information

#8658CB (or 0x8658CB) is unknown color: approx Amethyst. HEX triplet: 86, 58 and CB. RGB value is (134,88,203). Sum of RGB (Red+Green+Blue) = 134+88+203=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #8658CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8658CB is #79A734. Grayscale: #727272. Windows color (decimal): -7972661 or 13326470. OLE color: 13326470.

HSL color Cylindrical-coordinate representation of color #8658CB: hue angle of 264º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8658CB is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13488203-
CMYK0.340.5700.20
HSL264º52.51%57.06%-
HSV(B)264º56.65%79.61%-
XYZ24.116.3658.39-
YUV114.86177.74141.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=31.53%
G=20.71%
B=47.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134882030.340.5700.2026452.5157.06
Hex8658CB22390141083539
Octal20613031342710244106571
Binary10000110101100011001011100010111001010100100001000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8658CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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