#995DC9

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

Shades of Amethyst #995DC9

Tints of Amethyst #995DC9

Color information

#995DC9 (or 0x995DC9) is unknown color: approx Amethyst. HEX triplet: 99, 5D and C9. RGB value is (153,93,201). Sum of RGB (Red+Green+Blue) = 153+93+201=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #995DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DC9 is #66A236. Grayscale: #7A7A7A. Windows color (decimal): -6726199 or 13196697. OLE color: 13196697.

HSL color Cylindrical-coordinate representation of color #995DC9: hue angle of 273.33º 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 #995DC9 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15393201-
CMYK0.240.5400.21
HSL273.33º50%57.65%-
HSV(B)273.33º53.73%78.82%-
XYZ27.5918.8257.44-
YUV123.25171.88149.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 201 (78.91% from 255) = 44.97%
R=34.23%
G=20.81%
B=44.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153932010.240.5400.21273.335057.65
Hex995DC91836015111323a
Octal23113531130660254216272
Binary1001100110111011100100111000110110010101100010001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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