#9160CA

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

Shades of Amethyst #9160CA

Tints of Amethyst #9160CA

Color information

#9160CA (or 0x9160CA) is unknown color: approx Amethyst. HEX triplet: 91, 60 and CA. RGB value is (145,96,202). Sum of RGB (Red+Green+Blue) = 145+96+202=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9160CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9160CA is #6E9F35. Grayscale: #7A7A7A. Windows color (decimal): -7249718 or 13262993. OLE color: 13262993.

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

Color convert

RGB14596202-
CMYK0.280.5200.21
HSL267.74º50%58.43%-
HSV(B)267.74º52.48%79.22%-
XYZ26.5218.6558.08-
YUV122.74172.73143.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=32.73%
G=21.67%
B=45.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145962020.280.5200.21267.745058.43
Hex9160CA1C3401510c323a
Octal22114031234640254146272
Binary1001000111000001100101011100110100010101100001100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9160CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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