#9B64CC

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

Shades of Amethyst #9B64CC

Tints of Amethyst #9B64CC

Color information

#9B64CC (or 0x9B64CC) is unknown color: approx Amethyst. HEX triplet: 9B, 64 and CC. RGB value is (155,100,204). Sum of RGB (Red+Green+Blue) = 155+100+204=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64CC is #649B33. Grayscale: #7F7F7F. Windows color (decimal): -6593332 or 13395099. OLE color: 13395099.

HSL color Cylindrical-coordinate representation of color #9B64CC: hue angle of 271.73º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B64CC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155100204-
CMYK0.240.5100.2
HSL271.73º50.49%59.61%-
HSV(B)271.73º50.98%80%-
XYZ28.9720.4459.55-
YUV128.3170.72147.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=33.77%
G=21.79%
B=44.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551002040.240.5100.2271.7350.4959.61
Hex9B64CC1833014110323c
Octal23314431430630244206274
Binary1001101111001001100110011000110011010100100010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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