#955DC9

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

Shades of Amethyst #955DC9

Tints of Amethyst #955DC9

Color information

#955DC9 (or 0x955DC9) is unknown color: approx Amethyst. HEX triplet: 95, 5D and C9. RGB value is (149,93,201). Sum of RGB (Red+Green+Blue) = 149+93+201=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #955DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DC9 is #6AA236. Grayscale: #797979. Windows color (decimal): -6988343 or 13196693. OLE color: 13196693.

HSL color Cylindrical-coordinate representation of color #955DC9: hue angle of 271.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955DC9 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14993201-
CMYK0.260.5400.21
HSL271.11º50%57.65%-
HSV(B)271.11º53.73%78.82%-
XYZ26.8518.4457.4-
YUV122.06172.55147.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=33.63%
G=20.99%
B=45.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149932010.260.5400.21271.115057.65
Hex955DC91A3601510f323a
Octal22513531132660254176272
Binary1001010110111011100100111010110110010101100001111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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