#9553DD

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

Shades of Amethyst #9553DD

Tints of Amethyst #9553DD

Color information

#9553DD (or 0x9553DD) is unknown color: approx Amethyst. HEX triplet: 95, 53 and DD. RGB value is (149,83,221). Sum of RGB (Red+Green+Blue) = 149+83+221=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #9553DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9553DD is #6AAC22. Grayscale: #757575. Windows color (decimal): -6990883 or 14504853. OLE color: 14504853.

HSL color Cylindrical-coordinate representation of color #9553DD: hue angle of 268.7º degrees, saturation: 0.67, 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 #9553DD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14983221-
CMYK0.330.6200.13
HSL268.7º66.99%59.61%-
HSV(B)268.7º62.44%86.67%-
XYZ28.5417.870.34-
YUV118.47185.87149.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=32.89%
G=18.32%
B=48.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149832210.330.6200.13268.766.9959.61
Hex9553DD213E0D10d433c
Octal225123335417601541510374
Binary10010101101001111011101100001111110011011000011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9553DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9553DD; }

 p { color: rgb(149,83,221); }

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

<style>
 a { background-color: #9553DD; }

 a { background-color: rgb(149,83,221); }

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

<style>
 span { border-color: #9553DD; }

 span { border-color: rgb(149,83,221); }

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