#9862ce

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

Shades of Amethyst #9862CE

Tints of Amethyst #9862CE

Color information

#9862CE (or 0x9862CE) is unknown color: approx Amethyst. HEX triplet: 98, 62 and CE. RGB value is (152,98,206). Sum of RGB (Red+Green+Blue) = 152+98+206=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9862CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862CE is #679D31. Grayscale: #7E7E7E. Windows color (decimal): -6790450 or 13525656. OLE color: 13525656.

HSL color Cylindrical-coordinate representation of color #9862CE: hue angle of 270º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9862CE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15298206-
CMYK0.260.5200.19
HSL270º52.43%59.61%-
HSV(B)270º52.43%80.78%-
XYZ28.4619.8760.73-
YUV126.46172.89146.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=33.33%
G=21.49%
B=45.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152982060.260.5200.1927052.4359.61
Hex9862CE1A3401310e343c
Octal23014231632640234166474
Binary1001100011000101100111011010110100010011100001110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9862ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9862ce; }

 p { color: rgb(152,98,206); }

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

<style>
 a { background-color: #9862ce; }

 a { background-color: rgb(152,98,206); }

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

<style>
 span { border-color: #9862ce; }

 span { border-color: rgb(152,98,206); }

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