#9862CF

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

Shades of Amethyst #9862CF

Tints of Amethyst #9862CF

Color information

#9862CF (or 0x9862CF) is unknown color: approx Amethyst. HEX triplet: 98, 62 and CF. RGB value is (152,98,207). Sum of RGB (Red+Green+Blue) = 152+98+207=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9862CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862CF is #679D30. Grayscale: #7E7E7E. Windows color (decimal): -6790449 or 13591192. OLE color: 13591192.

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

Color convert

RGB15298207-
CMYK0.270.5300.19
HSL269.72º53.17%59.8%-
HSV(B)269.72º52.66%81.18%-
XYZ28.5819.9261.37-
YUV126.57173.39146.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 207 (81.25% from 255) = 45.30%
R=33.26%
G=21.44%
B=45.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152982070.270.5300.19269.7253.1759.8
Hex9862CF1B3501310e353c
Octal23014231733650234166574
Binary1001100011000101100111111011110101010011100001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9862CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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