#995DCF

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

Shades of Amethyst #995DCF

Tints of Amethyst #995DCF

Color information

#995DCF (or 0x995DCF) is unknown color: approx Amethyst. HEX triplet: 99, 5D and CF. RGB value is (153,93,207). Sum of RGB (Red+Green+Blue) = 153+93+207=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #995DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DCF is #66A230. Grayscale: #7B7B7B. Windows color (decimal): -6726193 or 13589913. OLE color: 13589913.

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

Color convert

RGB15393207-
CMYK0.260.5500.19
HSL271.58º54.29%58.82%-
HSV(B)271.58º55.07%81.18%-
XYZ28.3119.1161.23-
YUV123.94174.88148.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.77%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=33.77%
G=20.53%
B=45.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153932070.260.5500.19271.5854.2958.82
Hex995DCF1A37013110363b
Octal23113531732670234206673
Binary1001100110111011100111111010110111010011100010000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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