#995FC4

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

Shades of Amethyst #995FC4

Tints of Amethyst #995FC4

Color information

#995FC4 (or 0x995FC4) is unknown color: approx Amethyst. HEX triplet: 99, 5F and C4. RGB value is (153,95,196). Sum of RGB (Red+Green+Blue) = 153+95+196=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #995FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FC4 is #66A03B. Grayscale: #7B7B7B. Windows color (decimal): -6725692 or 12869529. OLE color: 12869529.

HSL color Cylindrical-coordinate representation of color #995FC4: hue angle of 274.46º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995FC4 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15395196-
CMYK0.220.5200.23
HSL274.46º46.12%57.06%-
HSV(B)274.46º51.53%76.86%-
XYZ27.1918.9454.45-
YUV123.86168.72148.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 196 (76.95% from 255) = 44.14%
R=34.46%
G=21.40%
B=44.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153951960.220.5200.23274.4646.1257.06
Hex995FC416340171122e39
Octal23113730426640274225671
Binary1001100110111111100010010110110100010111100010010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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