#955DD1

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

Shades of Amethyst #955DD1

Tints of Amethyst #955DD1

Color information

#955DD1 (or 0x955DD1) is unknown color: approx Amethyst. HEX triplet: 95, 5D and D1. RGB value is (149,93,209). Sum of RGB (Red+Green+Blue) = 149+93+209=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #955DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DD1 is #6AA22E. Grayscale: #7A7A7A. Windows color (decimal): -6988335 or 13720981. OLE color: 13720981.

HSL color Cylindrical-coordinate representation of color #955DD1: hue angle of 268.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955DD1 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14993209-
CMYK0.290.5600.18
HSL268.97º55.77%59.22%-
HSV(B)268.97º55.5%81.96%-
XYZ27.8218.8262.49-
YUV122.97176.55146.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=33.04%
G=20.62%
B=46.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149932090.290.5600.18268.9755.7759.22
Hex955DD11D3801210d383b
Octal22513532135700224157073
Binary1001010110111011101000111101111000010010100001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955DD1; }

 p { color: rgb(149,93,209); }

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

<style>
 a { background-color: #955DD1; }

 a { background-color: rgb(149,93,209); }

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

<style>
 span { border-color: #955DD1; }

 span { border-color: rgb(149,93,209); }

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