#9553D8

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

Shades of Amethyst #9553D8

Tints of Amethyst #9553D8

Color information

#9553D8 (or 0x9553D8) is unknown color: approx Amethyst. HEX triplet: 95, 53 and D8. RGB value is (149,83,216). Sum of RGB (Red+Green+Blue) = 149+83+216=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #9553D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9553D8 is #6AAC27. Grayscale: #757575. Windows color (decimal): -6990888 or 14177173. OLE color: 14177173.

HSL color Cylindrical-coordinate representation of color #9553D8: hue angle of 269.77º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9553D8 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14983216-
CMYK0.310.6200.15
HSL269.77º63.03%58.63%-
HSV(B)269.77º61.57%84.71%-
XYZ27.8817.5366.88-
YUV117.9183.37150.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=33.26%
G=18.53%
B=48.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149832160.310.6200.15269.7763.0358.63
Hex9553D81F3E0F10e3f3b
Octal22512333037760174167773
Binary100101011010011110110001111111111001111100001110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9553D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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