#9B63DB

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

Shades of Amethyst #9B63DB

Tints of Amethyst #9B63DB

Color information

#9B63DB (or 0x9B63DB) is unknown color: approx Amethyst. HEX triplet: 9B, 63 and DB. RGB value is (155,99,219). Sum of RGB (Red+Green+Blue) = 155+99+219=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63DB is #649C24. Grayscale: #818181. Windows color (decimal): -6593573 or 14377883. OLE color: 14377883.

HSL color Cylindrical-coordinate representation of color #9B63DB: hue angle of 268º 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 #9B63DB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15599219-
CMYK0.290.5500.14
HSL268º62.5%62.35%-
HSV(B)268º54.79%85.88%-
XYZ30.7721.0169.45-
YUV129.42178.55146.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=32.77%
G=20.93%
B=46.30%

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
Decimal155992190.290.5500.1426862.562.35
Hex9B63DB1D370E10c3e3e
Octal23314333335670164147676
Binary100110111100011110110111110111011101110100001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B63DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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