#985DCD

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

Shades of Amethyst #985DCD

Tints of Amethyst #985DCD

Color information

#985DCD (or 0x985DCD) is unknown color: approx Amethyst. HEX triplet: 98, 5D and CD. RGB value is (152,93,205). Sum of RGB (Red+Green+Blue) = 152+93+205=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #985DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DCD is #67A232. Grayscale: #7B7B7B. Windows color (decimal): -6791731 or 13458840. OLE color: 13458840.

HSL color Cylindrical-coordinate representation of color #985DCD: hue angle of 271.61º 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 #985DCD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15293205-
CMYK0.260.5500.20
HSL271.61º52.83%58.43%-
HSV(B)271.61º54.63%80.39%-
XYZ27.8818.9159.94-
YUV123.41174.05148.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=33.78%
G=20.67%
B=45.56%

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
Decimal152932050.260.5500.20271.6152.8358.43
Hex985DCD1A37014110353a
Octal23013531532670244206572
Binary1001100010111011100110111010110111010100100010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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