#9855D1

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

Shades of Amethyst #9855D1

Tints of Amethyst #9855D1

Color information

#9855D1 (or 0x9855D1) is unknown color: approx Amethyst. HEX triplet: 98, 55 and D1. RGB value is (152,85,209). Sum of RGB (Red+Green+Blue) = 152+85+209=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #9855D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855D1 is #67AA2E. Grayscale: #767676. Windows color (decimal): -6793775 or 13718936. OLE color: 13718936.

HSL color Cylindrical-coordinate representation of color #9855D1: hue angle of 272.42º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9855D1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15285209-
CMYK0.270.5900.18
HSL272.42º57.41%57.65%-
HSV(B)272.42º59.33%81.96%-
XYZ27.7117.7862.29-
YUV119.17178.7151.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=34.08%
G=19.06%
B=46.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152852090.270.5900.18272.4257.4157.65
Hex9855D11B3B012110393a
Octal23012532133730224207172
Binary1001100010101011101000111011111011010010100010000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9855D1; }

 p { color: rgb(152,85,209); }

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

<style>
 a { background-color: #9855D1; }

 a { background-color: rgb(152,85,209); }

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

<style>
 span { border-color: #9855D1; }

 span { border-color: rgb(152,85,209); }

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