#995EDE

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

Shades of Amethyst #995EDE

Tints of Amethyst #995EDE

Color information

#995EDE (or 0x995EDE) is unknown color: approx Amethyst. HEX triplet: 99, 5E and DE. RGB value is (153,94,222). Sum of RGB (Red+Green+Blue) = 153+94+222=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #995EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EDE is #66A121. Grayscale: #7D7D7D. Windows color (decimal): -6725922 or 14573209. OLE color: 14573209.

HSL color Cylindrical-coordinate representation of color #995EDE: hue angle of 267.66º degrees, saturation: 0.66, 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 #995EDE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15394222-
CMYK0.310.5800.13
HSL267.66º65.98%61.96%-
HSV(B)267.66º57.66%87.06%-
XYZ30.3220.0571.38-
YUV126.23182.05147.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=32.62%
G=20.04%
B=47.33%

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
Decimal153942220.310.5800.13267.6665.9861.96
Hex995EDE1F3A0D10c423e
Octal231136336377201541410276
Binary1001100110111101101111011111111010011011000011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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