#954FD9

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

Shades of Amethyst #954FD9

Tints of Amethyst #954FD9

Color information

#954FD9 (or 0x954FD9) is unknown color: approx Amethyst. HEX triplet: 95, 4F and D9. RGB value is (149,79,217). Sum of RGB (Red+Green+Blue) = 149+79+217=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #954FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FD9 is #6AB026. Grayscale: #737373. Windows color (decimal): -6991911 or 14241685. OLE color: 14241685.

HSL color Cylindrical-coordinate representation of color #954FD9: hue angle of 270.43º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954FD9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14979217-
CMYK0.310.6400.15
HSL270.43º64.49%58.04%-
HSV(B)270.43º63.59%85.1%-
XYZ27.7116.9967.46-
YUV115.66185.19151.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 79 (31.25% from 255) = 17.75%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=33.48%
G=17.75%
B=48.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149792170.310.6400.15270.4364.4958.04
Hex954FD91F400F10e403a
Octal2251173313710001741610072
Binary10010101100111111011001111111000000011111000011101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954FD9; }

 p { color: rgb(149,79,217); }

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

<style>
 a { background-color: #954FD9; }

 a { background-color: rgb(149,79,217); }

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

<style>
 span { border-color: #954FD9; }

 span { border-color: rgb(149,79,217); }

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