#9456CF

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

Shades of Amethyst #9456CF

Tints of Amethyst #9456CF

Color information

#9456CF (or 0x9456CF) is unknown color: approx Amethyst. HEX triplet: 94, 56 and CF. RGB value is (148,86,207). Sum of RGB (Red+Green+Blue) = 148+86+207=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9456CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456CF is #6BA930. Grayscale: #757575. Windows color (decimal): -7055665 or 13588116. OLE color: 13588116.

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

Color convert

RGB14886207-
CMYK0.290.5800.19
HSL270.74º55.76%57.45%-
HSV(B)270.74º58.45%81.18%-
XYZ26.817.4660.99-
YUV118.33178.04149.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=33.56%
G=19.50%
B=46.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148862070.290.5800.19270.7455.7657.45
Hex9456CF1D3A01310f3839
Octal22412631735720234177071
Binary1001010010101101100111111101111010010011100001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9456CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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