#9658D9

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

Shades of Amethyst #9658D9

Tints of Amethyst #9658D9

Color information

#9658D9 (or 0x9658D9) is unknown color: approx Amethyst. HEX triplet: 96, 58 and D9. RGB value is (150,88,217). Sum of RGB (Red+Green+Blue) = 150+88+217=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #9658D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658D9 is #69A726. Grayscale: #787878. Windows color (decimal): -6924071 or 14243990. OLE color: 14243990.

HSL color Cylindrical-coordinate representation of color #9658D9: hue angle of 268.84º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9658D9 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15088217-
CMYK0.310.5900.15
HSL268.84º62.93%59.8%-
HSV(B)268.84º59.45%85.1%-
XYZ28.5918.4767.7-
YUV121.24182.04148.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 88 (34.77% from 255) = 19.34%
BLUE value IS 217 (85.16% from 255) = 47.69%
R=32.97%
G=19.34%
B=47.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150882170.310.5900.15268.8462.9359.8
Hex9658D91F3B0F10d3f3c
Octal22613033137730174157774
Binary100101101011000110110011111111101101111100001101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9658D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9658D9; }

 p { color: rgb(150,88,217); }

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

<style>
 a { background-color: #9658D9; }

 a { background-color: rgb(150,88,217); }

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

<style>
 span { border-color: #9658D9; }

 span { border-color: rgb(150,88,217); }

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