#995FC9

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

Shades of Amethyst #995FC9

Tints of Amethyst #995FC9

Color information

#995FC9 (or 0x995FC9) is unknown color: approx Amethyst. HEX triplet: 99, 5F and C9. RGB value is (153,95,201). Sum of RGB (Red+Green+Blue) = 153+95+201=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #995FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FC9 is #66A036. Grayscale: #7C7C7C. Windows color (decimal): -6725687 or 13197209. OLE color: 13197209.

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

Color convert

RGB15395201-
CMYK0.240.5300.21
HSL272.83º49.53%58.04%-
HSV(B)272.83º52.74%78.82%-
XYZ27.7719.1757.5-
YUV124.43171.22148.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=34.08%
G=21.16%
B=44.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153952010.240.5300.21272.8349.5358.04
Hex995FC91835015111323a
Octal23113731130650254216272
Binary1001100110111111100100111000110101010101100010001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,95,201); }

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

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

 a { background-color: rgb(153,95,201); }

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

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

 span { border-color: rgb(153,95,201); }

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