#9F6DCA

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

Shades of Amethyst #9F6DCA

Tints of Amethyst #9F6DCA

Color information

#9F6DCA (or 0x9F6DCA) is unknown color: approx Amethyst. HEX triplet: 9F, 6D and CA. RGB value is (159,109,202). Sum of RGB (Red+Green+Blue) = 159+109+202=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DCA is #609235. Grayscale: #868686. Windows color (decimal): -6328886 or 13266335. OLE color: 13266335.

HSL color Cylindrical-coordinate representation of color #9F6DCA: hue angle of 272.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F6DCA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159109202-
CMYK0.210.4600.21
HSL272.26º46.73%60.98%-
HSV(B)272.26º46.04%79.22%-
XYZ30.4322.5758.63-
YUV134.55166.06145.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=33.83%
G=23.19%
B=42.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591092020.210.4600.21272.2646.7360.98
Hex9F6DCA152E0151102f3d
Octal23715531225560254205775
Binary1001111111011011100101010101101110010101100010000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6DCA; }

 p { color: rgb(159,109,202); }

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

<style>
 a { background-color: #9F6DCA; }

 a { background-color: rgb(159,109,202); }

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

<style>
 span { border-color: #9F6DCA; }

 span { border-color: rgb(159,109,202); }

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