#9F5ACB

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

Shades of Amethyst #9F5ACB

Tints of Amethyst #9F5ACB

Color information

#9F5ACB (or 0x9F5ACB) is unknown color: approx Amethyst. HEX triplet: 9F, 5A and CB. RGB value is (159,90,203). Sum of RGB (Red+Green+Blue) = 159+90+203=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ACB is #60A534. Grayscale: #7B7B7B. Windows color (decimal): -6333749 or 13327007. OLE color: 13327007.

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

Color convert

RGB15990203-
CMYK0.220.5600.20
HSL276.64º52.07%57.45%-
HSV(B)276.64º55.67%79.61%-
XYZ28.731958.65-
YUV123.51172.86153.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=35.18%
G=19.91%
B=44.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159902030.220.5600.20276.6452.0757.45
Hex9F5ACB16380141153439
Octal23713231326700244256471
Binary1001111110110101100101110110111000010100100010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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