#9864CE

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

Shades of Amethyst #9864CE

Tints of Amethyst #9864CE

Color information

#9864CE (or 0x9864CE) is unknown color: approx Amethyst. HEX triplet: 98, 64 and CE. RGB value is (152,100,206). Sum of RGB (Red+Green+Blue) = 152+100+206=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9864CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864CE is #679B31. Grayscale: #7F7F7F. Windows color (decimal): -6789938 or 13526168. OLE color: 13526168.

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

Color convert

RGB152100206-
CMYK0.260.5100.19
HSL269.43º51.96%60%-
HSV(B)269.43º51.46%80.78%-
XYZ28.6520.2560.79-
YUV127.63172.23145.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=33.19%
G=21.83%
B=44.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521002060.260.5100.19269.4351.9660
Hex9864CE1A3301310d343c
Octal23014431632630234156474
Binary1001100011001001100111011010110011010011100001101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9864CE; }

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

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

<style>
 a { background-color: #9864CE; }

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

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

<style>
 span { border-color: #9864CE; }

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

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