#9456DC

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

Shades of Amethyst #9456DC

Tints of Amethyst #9456DC

Color information

#9456DC (or 0x9456DC) is unknown color: approx Amethyst. HEX triplet: 94, 56 and DC. RGB value is (148,86,220). Sum of RGB (Red+Green+Blue) = 148+86+220=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #9456DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456DC is #6BA923. Grayscale: #777777. Windows color (decimal): -7055652 or 14440084. OLE color: 14440084.

HSL color Cylindrical-coordinate representation of color #9456DC: hue angle of 267.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9456DC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14886220-
CMYK0.330.6100.14
HSL267.76º65.69%60%-
HSV(B)267.76º60.91%86.27%-
XYZ28.4618.1269.71-
YUV119.81184.54148.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 86 (33.98% from 255) = 18.94%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=32.60%
G=18.94%
B=48.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal148862200.330.6100.14267.7665.6960
Hex9456DC213D0E10c423c
Octal224126334417501641410274
Binary10010100101011011011100100001111101011101000011001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9456DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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