#9856CA

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

Shades of Amethyst #9856CA

Tints of Amethyst #9856CA

Color information

#9856CA (or 0x9856CA) is unknown color: approx Amethyst. HEX triplet: 98, 56 and CA. RGB value is (152,86,202). Sum of RGB (Red+Green+Blue) = 152+86+202=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #9856CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9856CA is #67A935. Grayscale: #767676. Windows color (decimal): -6793526 or 13260440. OLE color: 13260440.

HSL color Cylindrical-coordinate representation of color #9856CA: hue angle of 274.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9856CA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15286202-
CMYK0.250.5700.21
HSL274.14º52.25%56.47%-
HSV(B)274.14º57.43%79.22%-
XYZ26.9417.657.85-
YUV118.96174.87151.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=34.55%
G=19.55%
B=45.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152862020.250.5700.21274.1452.2556.47
Hex9856CA19390151123438
Octal23012631231710254226470
Binary1001100010101101100101011001111001010101100010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9856CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9856CA; }

 p { color: rgb(152,86,202); }

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

<style>
 a { background-color: #9856CA; }

 a { background-color: rgb(152,86,202); }

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

<style>
 span { border-color: #9856CA; }

 span { border-color: rgb(152,86,202); }

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