#9B63DC

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

Shades of Amethyst #9B63DC

Tints of Amethyst #9B63DC

Color information

#9B63DC (or 0x9B63DC) is unknown color: approx Amethyst. HEX triplet: 9B, 63 and DC. RGB value is (155,99,220). Sum of RGB (Red+Green+Blue) = 155+99+220=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63DC is #649C23. Grayscale: #818181. Windows color (decimal): -6593572 or 14443419. OLE color: 14443419.

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

Color convert

RGB15599220-
CMYK0.300.5500.14
HSL267.77º63.35%62.55%-
HSV(B)267.77º55%86.27%-
XYZ30.921.0670.15-
YUV129.54179.05146.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=32.70%
G=20.89%
B=46.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155992200.300.5500.14267.7763.3562.55
Hex9B63DC1E370E10c3f3f
Octal23314333436670164147777
Binary100110111100011110111001111011011101110100001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B63DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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