#995ADF

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

Shades of Amethyst #995ADF

Tints of Amethyst #995ADF

Color information

#995ADF (or 0x995ADF) is unknown color: approx Amethyst. HEX triplet: 99, 5A and DF. RGB value is (153,90,223). Sum of RGB (Red+Green+Blue) = 153+90+223=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #995ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ADF is #66A520. Grayscale: #7B7B7B. Windows color (decimal): -6726945 or 14637721. OLE color: 14637721.

HSL color Cylindrical-coordinate representation of color #995ADF: hue angle of 268.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995ADF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15390223-
CMYK0.310.6000.13
HSL268.42º67.51%61.37%-
HSV(B)268.42º59.64%87.45%-
XYZ30.1119.4171.97-
YUV124183.87148.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=32.83%
G=19.31%
B=47.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153902230.310.6000.13268.4267.5161.37
Hex995ADF1F3C0D10c443d
Octal231132337377401541410475
Binary1001100110110101101111111111111100011011000011001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,90,223); }

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

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

 a { background-color: rgb(153,90,223); }

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

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

 span { border-color: rgb(153,90,223); }

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