#9C63DB

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

Shades of Amethyst #9C63DB

Tints of Amethyst #9C63DB

Color information

#9C63DB (or 0x9C63DB) is unknown color: approx Amethyst. HEX triplet: 9C, 63 and DB. RGB value is (156,99,219). Sum of RGB (Red+Green+Blue) = 156+99+219=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63DB is #639C24. Grayscale: #818181. Windows color (decimal): -6528037 or 14377884. OLE color: 14377884.

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

Color convert

RGB15699219-
CMYK0.290.5500.14
HSL268.5º62.5%62.35%-
HSV(B)268.5º54.79%85.88%-
XYZ30.9621.1169.46-
YUV129.72178.38146.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=32.91%
G=20.89%
B=46.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156992190.290.5500.14268.562.562.35
Hex9C63DB1D370E10c3e3e
Octal23414333335670164147676
Binary100111001100011110110111110111011101110100001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C63DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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