#9654CC

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

Shades of Amethyst #9654CC

Tints of Amethyst #9654CC

Color information

#9654CC (or 0x9654CC) is unknown color: approx Amethyst. HEX triplet: 96, 54 and CC. RGB value is (150,84,204). Sum of RGB (Red+Green+Blue) = 150+84+204=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #9654CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654CC is #69AB33. Grayscale: #757575. Windows color (decimal): -6925108 or 13390998. OLE color: 13390998.

HSL color Cylindrical-coordinate representation of color #9654CC: hue angle of 273º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9654CC is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15084204-
CMYK0.260.5900.2
HSL273º54.05%56.47%-
HSV(B)273º58.82%80%-
XYZ26.6517.1859.04-
YUV117.41176.87151.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=34.25%
G=19.18%
B=46.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150842040.260.5900.227354.0556.47
Hex9654CC1A3B0141113638
Octal22612431432730244216670
Binary1001011010101001100110011010111011010100100010001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9654CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9654CC; }

 p { color: rgb(150,84,204); }

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

<style>
 a { background-color: #9654CC; }

 a { background-color: rgb(150,84,204); }

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

<style>
 span { border-color: #9654CC; }

 span { border-color: rgb(150,84,204); }

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