#9855CF

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

Shades of Amethyst #9855CF

Tints of Amethyst #9855CF

Color information

#9855CF (or 0x9855CF) is unknown color: approx Amethyst. HEX triplet: 98, 55 and CF. RGB value is (152,85,207). Sum of RGB (Red+Green+Blue) = 152+85+207=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9855CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855CF is #67AA30. Grayscale: #767676. Windows color (decimal): -6793777 or 13587864. OLE color: 13587864.

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

Color convert

RGB15285207-
CMYK0.270.5900.19
HSL272.95º55.96%57.25%-
HSV(B)272.95º58.94%81.18%-
XYZ27.4617.6861-
YUV118.94177.7151.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=34.23%
G=19.14%
B=46.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152852070.270.5900.19272.9555.9657.25
Hex9855CF1B3B0131113839
Octal23012531733730234217071
Binary1001100010101011100111111011111011010011100010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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