#9B64DD

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

Shades of Amethyst #9B64DD

Tints of Amethyst #9B64DD

Color information

#9B64DD (or 0x9B64DD) is unknown color: approx Amethyst. HEX triplet: 9B, 64 and DD. RGB value is (155,100,221). Sum of RGB (Red+Green+Blue) = 155+100+221=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64DD is #649B22. Grayscale: #818181. Windows color (decimal): -6593315 or 14509211. OLE color: 14509211.

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

Color convert

RGB155100221-
CMYK0.300.5500.13
HSL267.27º64.02%62.94%-
HSV(B)267.27º54.75%86.67%-
XYZ31.1321.370.88-
YUV130.24179.22145.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.56%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=32.56%
G=21.01%
B=46.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551002210.300.5500.13267.2764.0262.94
Hex9B64DD1E370D10b403f
Octal233144335366701541310077
Binary1001101111001001101110111110110111011011000010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,221); }

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

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

 a { background-color: rgb(155,100,221); }

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

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

 span { border-color: rgb(155,100,221); }

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