#995DDD

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

Shades of Amethyst #995DDD

Tints of Amethyst #995DDD

Color information

#995DDD (or 0x995DDD) is unknown color: approx Amethyst. HEX triplet: 99, 5D and DD. RGB value is (153,93,221). Sum of RGB (Red+Green+Blue) = 153+93+221=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #995DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DDD is #66A222. Grayscale: #7D7D7D. Windows color (decimal): -6726179 or 14507417. OLE color: 14507417.

HSL color Cylindrical-coordinate representation of color #995DDD: hue angle of 268.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995DDD is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15393221-
CMYK0.310.5800.13
HSL268.12º65.31%61.57%-
HSV(B)268.12º57.92%86.67%-
XYZ30.119.8270.65-
YUV125.53181.88147.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=32.76%
G=19.91%
B=47.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153932210.310.5800.13268.1265.3161.57
Hex995DDD1F3A0D10c413e
Octal231135335377201541410176
Binary1001100110111011101110111111111010011011000011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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