#9F72CB

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

Shades of Amethyst #9F72CB

Tints of Amethyst #9F72CB

Color information

#9F72CB (or 0x9F72CB) is unknown color: approx Amethyst. HEX triplet: 9F, 72 and CB. RGB value is (159,114,203). Sum of RGB (Red+Green+Blue) = 159+114+203=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72CB is #608D34. Grayscale: #898989. Windows color (decimal): -6327605 or 13333151. OLE color: 13333151.

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

Color convert

RGB159114203-
CMYK0.220.4400.20
HSL270.34º46.11%62.16%-
HSV(B)270.34º43.84%79.61%-
XYZ31.0923.7259.44-
YUV137.6164.91143.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=33.40%
G=23.95%
B=42.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591142030.220.4400.20270.3446.1162.16
Hex9F72CB162C01410e2e3e
Octal23716231326540244165676
Binary1001111111100101100101110110101100010100100001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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