#995EC8

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

Shades of Amethyst #995EC8

Tints of Amethyst #995EC8

Color information

#995EC8 (or 0x995EC8) is unknown color: approx Amethyst. HEX triplet: 99, 5E and C8. RGB value is (153,94,200). Sum of RGB (Red+Green+Blue) = 153+94+200=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #995EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EC8 is #66A137. Grayscale: #7B7B7B. Windows color (decimal): -6725944 or 13131417. OLE color: 13131417.

HSL color Cylindrical-coordinate representation of color #995EC8: hue angle of 273.4º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995EC8 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15394200-
CMYK0.240.5300.22
HSL273.4º49.07%57.65%-
HSV(B)273.4º53%78.43%-
XYZ27.5618.9556.85-
YUV123.72171.05148.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=34.23%
G=21.03%
B=44.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153942000.240.5300.22273.449.0757.65
Hex995EC81835016111313a
Octal23113631030650264216172
Binary1001100110111101100100011000110101010110100010001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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