#995DE1

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

Shades of Amethyst #995DE1

Tints of Amethyst #995DE1

Color information

#995DE1 (or 0x995DE1) is unknown color: approx Amethyst. HEX triplet: 99, 5D and E1. RGB value is (153,93,225). Sum of RGB (Red+Green+Blue) = 153+93+225=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #995DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DE1 is #66A21E. Grayscale: #7D7D7D. Windows color (decimal): -6726175 or 14769561. OLE color: 14769561.

HSL color Cylindrical-coordinate representation of color #995DE1: hue angle of 267.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #995DE1 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15393225-
CMYK0.320.5900.12
HSL267.27º68.75%62.35%-
HSV(B)267.27º58.67%88.24%-
XYZ30.6420.0473.49-
YUV125.99183.88147.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=32.48%
G=19.75%
B=47.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal153932250.320.5900.12267.2768.7562.35
Hex995DE1203B0C10b453e
Octal231135341407301441310576
Binary10011001101110111100001100000111011011001000010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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