#9A50DF

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

Shades of Amethyst #9A50DF

Tints of Amethyst #9A50DF

Color information

#9A50DF (or 0x9A50DF) is unknown color: approx Amethyst. HEX triplet: 9A, 50 and DF. RGB value is (154,80,223). Sum of RGB (Red+Green+Blue) = 154+80+223=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A50DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50DF is #65AF20. Grayscale: #757575. Windows color (decimal): -6663969 or 14635162. OLE color: 14635162.

HSL color Cylindrical-coordinate representation of color #9A50DF: hue angle of 271.05º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A50DF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15480223-
CMYK0.310.6400.13
HSL271.05º69.08%59.41%-
HSV(B)271.05º64.13%87.45%-
XYZ29.5117.9471.72-
YUV118.43187.02153.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 80 (31.64% from 255) = 17.51%
BLUE value IS 223 (87.5% from 255) = 48.80%
R=33.70%
G=17.51%
B=48.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154802230.310.6400.13271.0569.0859.41
Hex9A50DF1F400D10f453b
Octal2321203373710001541710573
Binary10011010101000011011111111111000000011011000011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A50DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,223); }

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

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

 a { background-color: rgb(154,80,223); }

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

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

 span { border-color: rgb(154,80,223); }

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