#9F69BE

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

Shades of Amethyst #9F69BE

Tints of Amethyst #9F69BE

Color information

#9F69BE (or 0x9F69BE) is unknown color: approx Amethyst. HEX triplet: 9F, 69 and BE. RGB value is (159,105,190). Sum of RGB (Red+Green+Blue) = 159+105+190=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69BE is #609641. Grayscale: #828282. Windows color (decimal): -6329922 or 12478879. OLE color: 12478879.

HSL color Cylindrical-coordinate representation of color #9F69BE: hue angle of 278.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F69BE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159105190-
CMYK0.160.4500.25
HSL278.12º39.53%57.84%-
HSV(B)278.12º44.74%74.51%-
XYZ28.6421.1951.3-
YUV130.84161.39148.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=35.02%
G=23.13%
B=41.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591051900.160.4500.25278.1239.5357.84
Hex9F69BE102D019116283a
Octal23715127620550314265072
Binary1001111111010011011111010000101101011001100010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,190); }

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

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

 a { background-color: rgb(159,105,190); }

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

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

 span { border-color: rgb(159,105,190); }

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