#985FCD

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

Shades of Amethyst #985FCD

Tints of Amethyst #985FCD

Color information

#985FCD (or 0x985FCD) is unknown color: approx Amethyst. HEX triplet: 98, 5F and CD. RGB value is (152,95,205). Sum of RGB (Red+Green+Blue) = 152+95+205=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #985FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FCD is #67A032. Grayscale: #7C7C7C. Windows color (decimal): -6791219 or 13459352. OLE color: 13459352.

HSL color Cylindrical-coordinate representation of color #985FCD: hue angle of 271.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #985FCD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15295205-
CMYK0.260.5400.20
HSL271.09º52.38%58.82%-
HSV(B)271.09º53.66%80.39%-
XYZ28.0619.2760-
YUV124.58173.38147.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=33.63%
G=21.02%
B=45.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152952050.260.5400.20271.0952.3858.82
Hex985FCD1A3601410f343b
Octal23013731532660244176473
Binary1001100010111111100110111010110110010100100001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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