#9857E2

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

Shades of Amethyst #9857E2

Tints of Amethyst #9857E2

Color information

#9857E2 (or 0x9857E2) is unknown color: approx Amethyst. HEX triplet: 98, 57 and E2. RGB value is (152,87,226). Sum of RGB (Red+Green+Blue) = 152+87+226=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #9857E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9857E2 is #67A81D. Grayscale: #797979. Windows color (decimal): -6793246 or 14833560. OLE color: 14833560.

HSL color Cylindrical-coordinate representation of color #9857E2: hue angle of 268.06º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9857E2 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15287226-
CMYK0.330.6200.11
HSL268.06º70.56%61.37%-
HSV(B)268.06º61.5%88.63%-
XYZ30.0818.9874.03-
YUV122.28186.53149.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 87 (34.38% from 255) = 18.71%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=32.69%
G=18.71%
B=48.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152872260.330.6200.11268.0670.5661.37
Hex9857E2213E0B10c473d
Octal230127342417601341410775
Binary10011000101011111100010100001111110010111000011001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9857E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9857E2; }

 p { color: rgb(152,87,226); }

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

<style>
 a { background-color: #9857E2; }

 a { background-color: rgb(152,87,226); }

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

<style>
 span { border-color: #9857E2; }

 span { border-color: rgb(152,87,226); }

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