#985CCD

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

Shades of Amethyst #985CCD

Tints of Amethyst #985CCD

Color information

#985CCD (or 0x985CCD) is unknown color: approx Amethyst. HEX triplet: 98, 5C and CD. RGB value is (152,92,205). Sum of RGB (Red+Green+Blue) = 152+92+205=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #985CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CCD is #67A332. Grayscale: #7A7A7A. Windows color (decimal): -6791987 or 13458584. OLE color: 13458584.

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

Color convert

RGB15292205-
CMYK0.260.5500.20
HSL271.86º53.05%58.24%-
HSV(B)271.86º55.12%80.39%-
XYZ27.818.7459.91-
YUV122.82174.38148.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=33.85%
G=20.49%
B=45.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152922050.260.5500.20271.8653.0558.24
Hex985CCD1A37014110353a
Octal23013431532670244206572
Binary1001100010111001100110111010110111010100100010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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