#995fce

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

Shades of Amethyst #995FCE

Tints of Amethyst #995FCE

Color information

#995FCE (or 0x995FCE) is unknown color: approx Amethyst. HEX triplet: 99, 5F and CE. RGB value is (153,95,206). Sum of RGB (Red+Green+Blue) = 153+95+206=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #995FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FCE is #66A031. Grayscale: #7C7C7C. Windows color (decimal): -6725682 or 13524889. OLE color: 13524889.

HSL color Cylindrical-coordinate representation of color #995FCE: hue angle of 271.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995FCE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15395206-
CMYK0.260.5400.19
HSL271.35º53.11%59.02%-
HSV(B)271.35º53.88%80.78%-
XYZ28.3719.4160.64-
YUV125173.72147.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 95 (37.5% from 255) = 20.93%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=33.70%
G=20.93%
B=45.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153952060.260.5400.19271.3553.1159.02
Hex995FCE1A3601310f353b
Octal23113731632660234176573
Binary1001100110111111100111011010110110010011100001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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