#955DD4

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

Shades of Amethyst #955DD4

Tints of Amethyst #955DD4

Color information

#955DD4 (or 0x955DD4) is unknown color: approx Amethyst. HEX triplet: 95, 5D and D4. RGB value is (149,93,212). Sum of RGB (Red+Green+Blue) = 149+93+212=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #955DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DD4 is #6AA22B. Grayscale: #7A7A7A. Windows color (decimal): -6988332 or 13917589. OLE color: 13917589.

HSL color Cylindrical-coordinate representation of color #955DD4: hue angle of 268.24º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955DD4 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14993212-
CMYK0.300.5600.17
HSL268.24º58.05%59.8%-
HSV(B)268.24º56.13%83.14%-
XYZ28.1918.9764.46-
YUV123.31178.05146.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=32.82%
G=20.48%
B=46.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal149932120.300.5600.17268.2458.0559.8
Hex955DD41E3801110c3a3c
Octal22513532436700214147274
Binary1001010110111011101010011110111000010001100001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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