#9862C9

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

Shades of Amethyst #9862C9

Tints of Amethyst #9862C9

Color information

#9862C9 (or 0x9862C9) is unknown color: approx Amethyst. HEX triplet: 98, 62 and C9. RGB value is (152,98,201). Sum of RGB (Red+Green+Blue) = 152+98+201=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #9862C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862C9 is #679D36. Grayscale: #7D7D7D. Windows color (decimal): -6790455 or 13197976. OLE color: 13197976.

HSL color Cylindrical-coordinate representation of color #9862C9: hue angle of 271.46º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9862C9 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15298201-
CMYK0.240.5100.21
HSL271.46º48.82%58.63%-
HSV(B)271.46º51.24%78.82%-
XYZ27.8619.6357.58-
YUV125.89170.39146.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 201 (78.91% from 255) = 44.57%
R=33.70%
G=21.73%
B=44.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152982010.240.5100.21271.4648.8258.63
Hex9862C9183301510f313b
Octal23014231130630254176173
Binary1001100011000101100100111000110011010101100001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9862C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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