#9164CA

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

Shades of Amethyst #9164CA

Tints of Amethyst #9164CA

Color information

#9164CA (or 0x9164CA) is unknown color: approx Amethyst. HEX triplet: 91, 64 and CA. RGB value is (145,100,202). Sum of RGB (Red+Green+Blue) = 145+100+202=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #9164CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164CA is #6E9B35. Grayscale: #7C7C7C. Windows color (decimal): -7248694 or 13264017. OLE color: 13264017.

HSL color Cylindrical-coordinate representation of color #9164CA: hue angle of 266.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9164CA is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145100202-
CMYK0.280.5000.21
HSL266.47º49.04%59.22%-
HSV(B)266.47º50.5%79.22%-
XYZ26.8919.458.2-
YUV125.08171.41142.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.44%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=32.44%
G=22.37%
B=45.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451002020.280.5000.21266.4749.0459.22
Hex9164CA1C3201510a313b
Octal22114431234620254126173
Binary1001000111001001100101011100110010010101100001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9164CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9164CA; }

 p { color: rgb(145,100,202); }

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

<style>
 a { background-color: #9164CA; }

 a { background-color: rgb(145,100,202); }

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

<style>
 span { border-color: #9164CA; }

 span { border-color: rgb(145,100,202); }

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