#9364CD

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

Shades of Amethyst #9364CD

Tints of Amethyst #9364CD

Color information

#9364CD (or 0x9364CD) is unknown color: approx Amethyst. HEX triplet: 93, 64 and CD. RGB value is (147,100,205). Sum of RGB (Red+Green+Blue) = 147+100+205=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #9364CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364CD is #6C9B32. Grayscale: #7D7D7D. Windows color (decimal): -7117619 or 13460627. OLE color: 13460627.

HSL color Cylindrical-coordinate representation of color #9364CD: hue angle of 266.86º degrees, saturation: 0.51, 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 #9364CD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147100205-
CMYK0.280.5100.20
HSL266.86º51.22%59.8%-
HSV(B)266.86º51.22%80.39%-
XYZ27.6119.7360.11-
YUV126.02172.57142.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=32.52%
G=22.12%
B=45.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471002050.280.5100.20266.8651.2259.8
Hex9364CD1C3301410b333c
Octal22314431534630244136374
Binary1001001111001001100110111100110011010100100001011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9364CD; }

 p { color: rgb(147,100,205); }

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

<style>
 a { background-color: #9364CD; }

 a { background-color: rgb(147,100,205); }

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

<style>
 span { border-color: #9364CD; }

 span { border-color: rgb(147,100,205); }

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