#9F6ADA

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

Shades of Amethyst #9F6ADA

Tints of Amethyst #9F6ADA

Color information

#9F6ADA (or 0x9F6ADA) is unknown color: approx Amethyst. HEX triplet: 9F, 6A and DA. RGB value is (159,106,218). Sum of RGB (Red+Green+Blue) = 159+106+218=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F6ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ADA is #609525. Grayscale: #868686. Windows color (decimal): -6329638 or 14314143. OLE color: 14314143.

HSL color Cylindrical-coordinate representation of color #9F6ADA: hue angle of 268.39º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6ADA is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159106218-
CMYK0.270.5100.15
HSL268.39º60.22%63.53%-
HSV(B)268.39º51.38%85.49%-
XYZ32.1122.7469.03-
YUV134.61175.06145.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.92%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=32.92%
G=21.95%
B=45.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591062180.270.5100.15268.3960.2263.53
Hex9F6ADA1B330F10c3c40
Octal237152332336301741474100
Binary1001111111010101101101011011110011011111000011001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,218); }

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

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

 a { background-color: rgb(159,106,218); }

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

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

 span { border-color: rgb(159,106,218); }

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