#9955df

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

Shades of Amethyst #9955DF

Tints of Amethyst #9955DF

Color information

#9955DF (or 0x9955DF) is unknown color: approx Amethyst. HEX triplet: 99, 55 and DF. RGB value is (153,85,223). Sum of RGB (Red+Green+Blue) = 153+85+223=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #9955DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955DF is #66AA20. Grayscale: #787878. Windows color (decimal): -6728225 or 14636441. OLE color: 14636441.

HSL color Cylindrical-coordinate representation of color #9955DF: hue angle of 269.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9955DF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15385223-
CMYK0.310.6200.13
HSL269.57º68.32%60.39%-
HSV(B)269.57º61.88%87.45%-
XYZ29.718.671.84-
YUV121.06185.53150.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=33.19%
G=18.44%
B=48.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153852230.310.6200.13269.5768.3260.39
Hex9955DF1F3E0D10e443c
Octal231125337377601541610474
Binary1001100110101011101111111111111110011011000011101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9955df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9955df; }

 p { color: rgb(153,85,223); }

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

<style>
 a { background-color: #9955df; }

 a { background-color: rgb(153,85,223); }

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

<style>
 span { border-color: #9955df; }

 span { border-color: rgb(153,85,223); }

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