#9F6FCA

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

Shades of Amethyst #9F6FCA

Tints of Amethyst #9F6FCA

Color information

#9F6FCA (or 0x9F6FCA) is unknown color: approx Amethyst. HEX triplet: 9F, 6F and CA. RGB value is (159,111,202). Sum of RGB (Red+Green+Blue) = 159+111+202=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F6FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FCA is #609035. Grayscale: #878787. Windows color (decimal): -6328374 or 13266847. OLE color: 13266847.

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

Color convert

RGB159111202-
CMYK0.210.4500.21
HSL271.65º46.19%61.37%-
HSV(B)271.65º45.05%79.22%-
XYZ30.642358.7-
YUV135.73165.4144.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=33.69%
G=23.52%
B=42.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591112020.210.4500.21271.6546.1961.37
Hex9F6FCA152D0151102e3d
Octal23715731225550254205675
Binary1001111111011111100101010101101101010101100010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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