#985FC3

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

Shades of Amethyst #985FC3

Tints of Amethyst #985FC3

Color information

#985FC3 (or 0x985FC3) is unknown color: approx Amethyst. HEX triplet: 98, 5F and C3. RGB value is (152,95,195). Sum of RGB (Red+Green+Blue) = 152+95+195=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #985FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FC3 is #67A03C. Grayscale: #7B7B7B. Windows color (decimal): -6791229 or 12803992. OLE color: 12803992.

HSL color Cylindrical-coordinate representation of color #985FC3: hue angle of 274.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985FC3 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15295195-
CMYK0.220.5100.24
HSL274.2º45.45%56.86%-
HSV(B)274.2º51.28%76.47%-
XYZ26.8918.853.84-
YUV123.44168.38148.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=34.39%
G=21.49%
B=44.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152951950.220.5100.24274.245.4556.86
Hex985FC316330181122d39
Octal23013730326630304225571
Binary1001100010111111100001110110110011011000100010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985FC3; }

 p { color: rgb(152,95,195); }

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

<style>
 a { background-color: #985FC3; }

 a { background-color: rgb(152,95,195); }

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

<style>
 span { border-color: #985FC3; }

 span { border-color: rgb(152,95,195); }

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