#9460CE

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

Shades of Amethyst #9460CE

Tints of Amethyst #9460CE

Color information

#9460CE (or 0x9460CE) is unknown color: approx Amethyst. HEX triplet: 94, 60 and CE. RGB value is (148,96,206). Sum of RGB (Red+Green+Blue) = 148+96+206=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #9460CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460CE is #6B9F31. Grayscale: #7B7B7B. Windows color (decimal): -7053106 or 13525140. OLE color: 13525140.

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

Color convert

RGB14896206-
CMYK0.280.5300.19
HSL268.36º52.88%59.22%-
HSV(B)268.36º53.4%80.78%-
XYZ27.5419.1260.63-
YUV124.09174.23145.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=32.89%
G=21.33%
B=45.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148962060.280.5300.19268.3652.8859.22
Hex9460CE1C3501310c353b
Octal22414031634650234146573
Binary1001010011000001100111011100110101010011100001100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9460CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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