#995dc6

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

Shades of Amethyst #995DC6

Tints of Amethyst #995DC6

Color information

#995DC6 (or 0x995DC6) is unknown color: approx Amethyst. HEX triplet: 99, 5D and C6. RGB value is (153,93,198). Sum of RGB (Red+Green+Blue) = 153+93+198=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #995DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DC6 is #66A239. Grayscale: #7A7A7A. Windows color (decimal): -6726202 or 13000089. OLE color: 13000089.

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

Color convert

RGB15393198-
CMYK0.230.5300.22
HSL274.29º47.95%57.06%-
HSV(B)274.29º53.03%77.65%-
XYZ27.2418.6855.6-
YUV122.91170.38149.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=34.46%
G=20.95%
B=44.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153931980.230.5300.22274.2947.9557.06
Hex995DC617350161123039
Octal23113530627650264226071
Binary1001100110111011100011010111110101010110100010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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