#9C53DB

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

Shades of Amethyst #9C53DB

Tints of Amethyst #9C53DB

Color information

#9C53DB (or 0x9C53DB) is unknown color: approx Amethyst. HEX triplet: 9C, 53 and DB. RGB value is (156,83,219). Sum of RGB (Red+Green+Blue) = 156+83+219=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 83 (32.81% from 255 or 18.12% 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 #9C53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C53DB is #63AC24. Grayscale: #777777. Windows color (decimal): -6532133 or 14373788. OLE color: 14373788.

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

Color convert

RGB15683219-
CMYK0.290.6200.14
HSL272.21º65.38%59.22%-
HSV(B)272.21º62.1%85.88%-
XYZ29.5918.3769-
YUV120.33183.68153.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 83 (32.81% from 255) = 18.12%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=34.06%
G=18.12%
B=47.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156832190.290.6200.14272.2165.3859.22
Hex9C53DB1D3E0E110413b
Octal234123333357601642010173
Binary1001110010100111101101111101111110011101000100001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,219); }

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

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

 a { background-color: rgb(156,83,219); }

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

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

 span { border-color: rgb(156,83,219); }

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