#995EDD

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

Shades of Amethyst #995EDD

Tints of Amethyst #995EDD

Color information

#995EDD (or 0x995EDD) is unknown color: approx Amethyst. HEX triplet: 99, 5E and DD. RGB value is (153,94,221). Sum of RGB (Red+Green+Blue) = 153+94+221=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #995EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EDD is #66A122. Grayscale: #7D7D7D. Windows color (decimal): -6725923 or 14507673. OLE color: 14507673.

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

Color convert

RGB15394221-
CMYK0.310.5700.13
HSL267.87º65.13%61.76%-
HSV(B)267.87º57.47%86.67%-
XYZ30.192070.68-
YUV126.12181.55147.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=32.69%
G=20.09%
B=47.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153942210.310.5700.13267.8765.1361.76
Hex995EDD1F390D10c413e
Octal231136335377101541410176
Binary1001100110111101101110111111111001011011000011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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