#9461CE

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

Shades of Amethyst #9461CE

Tints of Amethyst #9461CE

Color information

#9461CE (or 0x9461CE) is unknown color: approx Amethyst. HEX triplet: 94, 61 and CE. RGB value is (148,97,206). Sum of RGB (Red+Green+Blue) = 148+97+206=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9461CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461CE is #6B9E31. Grayscale: #7C7C7C. Windows color (decimal): -7052850 or 13525396. OLE color: 13525396.

HSL color Cylindrical-coordinate representation of color #9461CE: hue angle of 268.07º 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 #9461CE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14897206-
CMYK0.280.5300.19
HSL268.07º52.66%59.41%-
HSV(B)268.07º52.91%80.78%-
XYZ27.6319.360.66-
YUV124.68173.9144.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=32.82%
G=21.51%
B=45.68%

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
Decimal148972060.280.5300.19268.0752.6659.41
Hex9461CE1C3501310c353b
Octal22414131634650234146573
Binary1001010011000011100111011100110101010011100001100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9461CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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