#9850D8

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

Shades of Amethyst #9850D8

Tints of Amethyst #9850D8

Color information

#9850D8 (or 0x9850D8) is unknown color: approx Amethyst. HEX triplet: 98, 50 and D8. RGB value is (152,80,216). Sum of RGB (Red+Green+Blue) = 152+80+216=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #9850D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850D8 is #67AF27. Grayscale: #747474. Windows color (decimal): -6795048 or 14176408. OLE color: 14176408.

HSL color Cylindrical-coordinate representation of color #9850D8: hue angle of 271.76º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9850D8 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15280216-
CMYK0.300.6300.15
HSL271.76º63.55%58.04%-
HSV(B)271.76º62.96%84.71%-
XYZ28.2117.3766.83-
YUV117.03183.85152.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 80 (31.64% from 255) = 17.86%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=33.93%
G=17.86%
B=48.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152802160.300.6300.15271.7663.5558.04
Hex9850D81E3F0F110403a
Octal230120330367701742010072
Binary1001100010100001101100011110111111011111000100001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9850D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9850D8; }

 p { color: rgb(152,80,216); }

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

<style>
 a { background-color: #9850D8; }

 a { background-color: rgb(152,80,216); }

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

<style>
 span { border-color: #9850D8; }

 span { border-color: rgb(152,80,216); }

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