#985ECB

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

Shades of Amethyst #985ECB

Tints of Amethyst #985ECB

Color information

#985ECB (or 0x985ECB) is unknown color: approx Amethyst. HEX triplet: 98, 5E and CB. RGB value is (152,94,203). Sum of RGB (Red+Green+Blue) = 152+94+203=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #985ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ECB is #67A134. Grayscale: #7B7B7B. Windows color (decimal): -6791477 or 13328024. OLE color: 13328024.

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

Color convert

RGB15294203-
CMYK0.250.5400.20
HSL271.93º51.17%58.24%-
HSV(B)271.93º53.69%79.61%-
XYZ27.7318.9958.7-
YUV123.77172.72148.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=33.85%
G=20.94%
B=45.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152942030.250.5400.20271.9351.1758.24
Hex985ECB1936014110333a
Octal23013631331660244206372
Binary1001100010111101100101111001110110010100100010000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,94,203); }

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

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

 a { background-color: rgb(152,94,203); }

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

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

 span { border-color: rgb(152,94,203); }

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