#9460CF

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

Shades of Amethyst #9460CF

Tints of Amethyst #9460CF

Color information

#9460CF (or 0x9460CF) is unknown color: approx Amethyst. HEX triplet: 94, 60 and CF. RGB value is (148,96,207). Sum of RGB (Red+Green+Blue) = 148+96+207=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9460CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460CF is #6B9F30. Grayscale: #7B7B7B. Windows color (decimal): -7053105 or 13590676. OLE color: 13590676.

HSL color Cylindrical-coordinate representation of color #9460CF: hue angle of 268.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9460CF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14896207-
CMYK0.290.5400.19
HSL268.11º53.62%59.41%-
HSV(B)268.11º53.62%81.18%-
XYZ27.6619.1761.27-
YUV124.2174.73144.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=32.82%
G=21.29%
B=45.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148962070.290.5400.19268.1153.6259.41
Hex9460CF1D3601310c363b
Octal22414031735660234146673
Binary1001010011000001100111111101110110010011100001100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9460CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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