#9863ce

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

Shades of Amethyst #9863CE

Tints of Amethyst #9863CE

Color information

#9863CE (or 0x9863CE) is unknown color: approx Amethyst. HEX triplet: 98, 63 and CE. RGB value is (152,99,206). Sum of RGB (Red+Green+Blue) = 152+99+206=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9863CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863CE is #679C31. Grayscale: #7E7E7E. Windows color (decimal): -6790194 or 13525912. OLE color: 13525912.

HSL color Cylindrical-coordinate representation of color #9863CE: hue angle of 269.72º 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 #9863CE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15299206-
CMYK0.260.5200.19
HSL269.72º52.2%59.8%-
HSV(B)269.72º51.94%80.78%-
XYZ28.5520.0660.76-
YUV127.05172.56145.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=33.26%
G=21.66%
B=45.08%

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
Decimal152992060.260.5200.19269.7252.259.8
Hex9863CE1A3401310e343c
Octal23014331632640234166474
Binary1001100011000111100111011010110100010011100001110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9863ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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