#995BD7

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

Shades of Amethyst #995BD7

Tints of Amethyst #995BD7

Color information

#995BD7 (or 0x995BD7) is unknown color: approx Amethyst. HEX triplet: 99, 5B and D7. RGB value is (153,91,215). Sum of RGB (Red+Green+Blue) = 153+91+215=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #995BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BD7 is #66A428. Grayscale: #7B7B7B. Windows color (decimal): -6726697 or 14113689. OLE color: 14113689.

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

Color convert

RGB15391215-
CMYK0.290.5800.16
HSL270º60.78%60%-
HSV(B)270º57.67%84.31%-
XYZ29.1419.1666.45-
YUV123.67179.54148.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 215 (84.38% from 255) = 46.84%
R=33.33%
G=19.83%
B=46.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153912150.290.5800.1627060.7860
Hex995BD71D3A01010e3d3c
Octal23113332735720204167574
Binary1001100110110111101011111101111010010000100001110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,91,215); }

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

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

 a { background-color: rgb(153,91,215); }

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

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

 span { border-color: rgb(153,91,215); }

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