#9863CC

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

Shades of Amethyst #9863CC

Tints of Amethyst #9863CC

Color information

#9863CC (or 0x9863CC) is unknown color: approx Amethyst. HEX triplet: 98, 63 and CC. RGB value is (152,99,204). Sum of RGB (Red+Green+Blue) = 152+99+204=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9863CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863CC is #679C33. Grayscale: #7E7E7E. Windows color (decimal): -6790196 or 13394840. OLE color: 13394840.

HSL color Cylindrical-coordinate representation of color #9863CC: hue angle of 270.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9863CC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15299204-
CMYK0.250.5100.2
HSL270.29º50.72%59.41%-
HSV(B)270.29º51.47%80%-
XYZ28.3119.9659.49-
YUV126.82171.56145.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=33.41%
G=21.76%
B=44.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152992040.250.5100.2270.2950.7259.41
Hex9863CC193301410e333b
Octal23014331431630244166373
Binary1001100011000111100110011001110011010100100001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9863CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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