#954CD9

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

Shades of Amethyst #954CD9

Tints of Amethyst #954CD9

Color information

#954CD9 (or 0x954CD9) is unknown color: approx Amethyst. HEX triplet: 95, 4C and D9. RGB value is (149,76,217). Sum of RGB (Red+Green+Blue) = 149+76+217=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #954CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CD9 is #6AB326. Grayscale: #717171. Windows color (decimal): -6992679 or 14240917. OLE color: 14240917.

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

Color convert

RGB14976217-
CMYK0.310.6500.15
HSL271.06º64.98%57.45%-
HSV(B)271.06º64.98%85.1%-
XYZ27.516.5767.39-
YUV113.9186.18153.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 217 (85.16% from 255) = 49.10%
R=33.71%
G=17.19%
B=49.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149762170.310.6500.15271.0664.9857.45
Hex954CD91F410F10f4139
Octal2251143313710101741710171
Binary10010101100110011011001111111000001011111000011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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