#995DCA

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

Shades of Amethyst #995DCA

Tints of Amethyst #995DCA

Color information

#995DCA (or 0x995DCA) is unknown color: approx Amethyst. HEX triplet: 99, 5D and CA. RGB value is (153,93,202). Sum of RGB (Red+Green+Blue) = 153+93+202=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #995DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DCA is #66A235. Grayscale: #7A7A7A. Windows color (decimal): -6726198 or 13262233. OLE color: 13262233.

HSL color Cylindrical-coordinate representation of color #995DCA: hue angle of 273.03º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995DCA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15393202-
CMYK0.240.5400.21
HSL273.03º50.7%57.84%-
HSV(B)273.03º53.96%79.22%-
XYZ27.7118.8758.06-
YUV123.37172.38149.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=34.15%
G=20.76%
B=45.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153932020.240.5400.21273.0350.757.84
Hex995DCA1836015111333a
Octal23113531230660254216372
Binary1001100110111011100101011000110110010101100010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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