#9F73CB

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

Shades of Amethyst #9F73CB

Tints of Amethyst #9F73CB

Color information

#9F73CB (or 0x9F73CB) is unknown color: approx Amethyst. HEX triplet: 9F, 73 and CB. RGB value is (159,115,203). Sum of RGB (Red+Green+Blue) = 159+115+203=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73CB is #608C34. Grayscale: #898989. Windows color (decimal): -6327349 or 13333407. OLE color: 13333407.

HSL color Cylindrical-coordinate representation of color #9F73CB: hue angle of 270º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F73CB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159115203-
CMYK0.220.4300.20
HSL270º45.83%62.35%-
HSV(B)270º43.35%79.61%-
XYZ31.2123.9459.48-
YUV138.19164.58142.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=33.33%
G=24.11%
B=42.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591152030.220.4300.2027045.8362.35
Hex9F73CB162B01410e2e3e
Octal23716331326530244165676
Binary1001111111100111100101110110101011010100100001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F73CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,203); }

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

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

 a { background-color: rgb(159,115,203); }

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

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

 span { border-color: rgb(159,115,203); }

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