#9460C9

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

Shades of Amethyst #9460C9

Tints of Amethyst #9460C9

Color information

#9460C9 (or 0x9460C9) is unknown color: approx Amethyst. HEX triplet: 94, 60 and C9. RGB value is (148,96,201). Sum of RGB (Red+Green+Blue) = 148+96+201=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #9460C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460C9 is #6B9F36. Grayscale: #7B7B7B. Windows color (decimal): -7053111 or 13197460. OLE color: 13197460.

HSL color Cylindrical-coordinate representation of color #9460C9: hue angle of 269.71º degrees, saturation: 0.49, 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 #9460C9 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14896201-
CMYK0.260.5200.21
HSL269.71º49.3%58.24%-
HSV(B)269.71º52.24%78.82%-
XYZ26.9418.8857.48-
YUV123.52171.73145.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=33.26%
G=21.57%
B=45.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148962010.260.5200.21269.7149.358.24
Hex9460C91A3401510e313a
Octal22414031132640254166172
Binary1001010011000001100100111010110100010101100001110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9460C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9460C9; }

 p { color: rgb(148,96,201); }

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

<style>
 a { background-color: #9460C9; }

 a { background-color: rgb(148,96,201); }

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

<style>
 span { border-color: #9460C9; }

 span { border-color: rgb(148,96,201); }

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