#9856E1

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

Shades of Amethyst #9856E1

Tints of Amethyst #9856E1

Color information

#9856E1 (or 0x9856E1) is unknown color: approx Amethyst. HEX triplet: 98, 56 and E1. RGB value is (152,86,225). Sum of RGB (Red+Green+Blue) = 152+86+225=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #9856E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9856E1 is #67A91E. Grayscale: #797979. Windows color (decimal): -6793503 or 14767768. OLE color: 14767768.

HSL color Cylindrical-coordinate representation of color #9856E1: hue angle of 268.49º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9856E1 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15286225-
CMYK0.320.6200.12
HSL268.49º69.85%60.98%-
HSV(B)268.49º61.78%88.24%-
XYZ29.8718.7773.28-
YUV121.58186.37149.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=32.83%
G=18.57%
B=48.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152862250.320.6200.12268.4969.8560.98
Hex9856E1203E0C10c463d
Octal230126341407601441410675
Binary10011000101011011100001100000111110011001000011001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9856E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9856E1; }

 p { color: rgb(152,86,225); }

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

<style>
 a { background-color: #9856E1; }

 a { background-color: rgb(152,86,225); }

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

<style>
 span { border-color: #9856E1; }

 span { border-color: rgb(152,86,225); }

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