#9351DC

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

Shades of Amethyst #9351DC

Tints of Amethyst #9351DC

Color information

#9351DC (or 0x9351DC) is unknown color: approx Amethyst. HEX triplet: 93, 51 and DC. RGB value is (147,81,220). Sum of RGB (Red+Green+Blue) = 147+81+220=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #9351DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351DC is #6CAE23. Grayscale: #747474. Windows color (decimal): -7122468 or 14438803. OLE color: 14438803.

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

Color convert

RGB14781220-
CMYK0.330.6300.14
HSL268.49º66.51%59.02%-
HSV(B)268.49º63.18%86.27%-
XYZ27.8917.2669.57-
YUV116.58186.37149.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 220 (86.33% from 255) = 49.11%
R=32.81%
G=18.08%
B=49.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147812200.330.6300.14268.4966.5159.02
Hex9351DC213F0E10c433b
Octal223121334417701641410373
Binary10010011101000111011100100001111111011101000011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9351DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,81,220); }

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

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

 a { background-color: rgb(147,81,220); }

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

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

 span { border-color: rgb(147,81,220); }

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