#9A55DB

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

Shades of Amethyst #9A55DB

Tints of Amethyst #9A55DB

Color information

#9A55DB (or 0x9A55DB) is unknown color: approx Amethyst. HEX triplet: 9A, 55 and DB. RGB value is (154,85,219). Sum of RGB (Red+Green+Blue) = 154+85+219=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55DB is #65AA24. Grayscale: #787878. Windows color (decimal): -6662693 or 14374298. OLE color: 14374298.

HSL color Cylindrical-coordinate representation of color #9A55DB: hue angle of 270.9º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A55DB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15485219-
CMYK0.300.6100.14
HSL270.9º65.05%59.61%-
HSV(B)270.9º61.19%85.88%-
XYZ29.3618.4869.04-
YUV120.91183.36151.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=33.62%
G=18.56%
B=47.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154852190.300.6100.14270.965.0559.61
Hex9A55DB1E3D0E10f413c
Octal232125333367501641710174
Binary1001101010101011101101111110111101011101000011111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A55DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A55DB; }

 p { color: rgb(154,85,219); }

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

<style>
 a { background-color: #9A55DB; }

 a { background-color: rgb(154,85,219); }

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

<style>
 span { border-color: #9A55DB; }

 span { border-color: rgb(154,85,219); }

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