#995CD5

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

Shades of Amethyst #995CD5

Tints of Amethyst #995CD5

Color information

#995CD5 (or 0x995CD5) is unknown color: approx Amethyst. HEX triplet: 99, 5C and D5. RGB value is (153,92,213). Sum of RGB (Red+Green+Blue) = 153+92+213=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #995CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CD5 is #66A32A. Grayscale: #7B7B7B. Windows color (decimal): -6726443 or 13982873. OLE color: 13982873.

HSL color Cylindrical-coordinate representation of color #995CD5: hue angle of 270.25º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995CD5 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15392213-
CMYK0.280.5700.16
HSL270.25º59.02%59.8%-
HSV(B)270.25º56.81%83.53%-
XYZ28.9719.2365.14-
YUV124.03178.21148.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 92 (36.33% from 255) = 20.09%
BLUE value IS 213 (83.59% from 255) = 46.51%
R=33.41%
G=20.09%
B=46.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153922130.280.5700.16270.2559.0259.8
Hex995CD51C3901010e3b3c
Octal23113432534710204167374
Binary1001100110111001101010111100111001010000100001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,92,213); }

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

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

 a { background-color: rgb(153,92,213); }

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

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

 span { border-color: rgb(153,92,213); }

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