#985BCC

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

Shades of Amethyst #985BCC

Tints of Amethyst #985BCC

Color information

#985BCC (or 0x985BCC) is unknown color: approx Amethyst. HEX triplet: 98, 5B and CC. RGB value is (152,91,204). Sum of RGB (Red+Green+Blue) = 152+91+204=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #985BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BCC is #67A433. Grayscale: #797979. Windows color (decimal): -6792244 or 13392792. OLE color: 13392792.

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

Color convert

RGB15291204-
CMYK0.250.5500.2
HSL272.39º52.56%57.84%-
HSV(B)272.39º55.39%80%-
XYZ27.5918.5259.25-
YUV122.12174.21149.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=34.00%
G=20.36%
B=45.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152912040.250.5500.2272.3952.5657.84
Hex985BCC1937014110353a
Octal23013331431670244206572
Binary1001100010110111100110011001110111010100100010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,91,204); }

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

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

 a { background-color: rgb(152,91,204); }

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

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

 span { border-color: rgb(152,91,204); }

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