#9450DF

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

Shades of Amethyst #9450DF

Tints of Amethyst #9450DF

Color information

#9450DF (or 0x9450DF) is unknown color: approx Amethyst. HEX triplet: 94, 50 and DF. RGB value is (148,80,223). Sum of RGB (Red+Green+Blue) = 148+80+223=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #9450DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450DF is #6BAF20. Grayscale: #747474. Windows color (decimal): -7057185 or 14635156. OLE color: 14635156.

HSL color Cylindrical-coordinate representation of color #9450DF: hue angle of 268.53º 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 #9450DF is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14880223-
CMYK0.340.6400.13
HSL268.53º69.08%59.41%-
HSV(B)268.53º64.13%87.45%-
XYZ28.417.3671.67-
YUV116.63188.03150.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 80 (31.64% from 255) = 17.74%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=32.82%
G=17.74%
B=49.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148802230.340.6400.13268.5369.0859.41
Hex9450DF22400D10d453b
Octal2241203374210001541510573
Binary100101001010000110111111000101000000011011000011011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9450DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9450DF; }

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

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

<style>
 a { background-color: #9450DF; }

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

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

<style>
 span { border-color: #9450DF; }

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

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