#9659CE

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

Shades of Amethyst #9659CE

Tints of Amethyst #9659CE

Color information

#9659CE (or 0x9659CE) is unknown color: approx Amethyst. HEX triplet: 96, 59 and CE. RGB value is (150,89,206). Sum of RGB (Red+Green+Blue) = 150+89+206=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #9659CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659CE is #69A631. Grayscale: #787878. Windows color (decimal): -6923826 or 13523350. OLE color: 13523350.

HSL color Cylindrical-coordinate representation of color #9659CE: hue angle of 271.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9659CE is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15089206-
CMYK0.270.5700.19
HSL271.28º54.42%57.84%-
HSV(B)271.28º56.8%80.78%-
XYZ27.2918.0960.44-
YUV120.58176.21148.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=33.71%
G=20%
B=46.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150892060.270.5700.19271.2854.4257.84
Hex9659CE1B3901310f363a
Octal22613131633710234176672
Binary1001011010110011100111011011111001010011100001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9659CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9659CE; }

 p { color: rgb(150,89,206); }

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

<style>
 a { background-color: #9659CE; }

 a { background-color: rgb(150,89,206); }

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

<style>
 span { border-color: #9659CE; }

 span { border-color: rgb(150,89,206); }

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