#9363D0

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

Shades of Amethyst #9363D0

Tints of Amethyst #9363D0

Color information

#9363D0 (or 0x9363D0) is unknown color: approx Amethyst. HEX triplet: 93, 63 and D0. RGB value is (147,99,208). Sum of RGB (Red+Green+Blue) = 147+99+208=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #9363D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363D0 is #6C9C2F. Grayscale: #7D7D7D. Windows color (decimal): -7117872 or 13656979. OLE color: 13656979.

HSL color Cylindrical-coordinate representation of color #9363D0: hue angle of 266.42º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9363D0 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14799208-
CMYK0.290.5200.18
HSL266.42º53.69%60.2%-
HSV(B)266.42º52.4%81.57%-
XYZ27.8819.6862-
YUV125.78174.4143.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=32.38%
G=21.81%
B=45.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147992080.290.5200.18266.4253.6960.2
Hex9363D01D3401210a363c
Octal22314332035640224126674
Binary1001001111000111101000011101110100010010100001010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9363D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9363D0; }

 p { color: rgb(147,99,208); }

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

<style>
 a { background-color: #9363D0; }

 a { background-color: rgb(147,99,208); }

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

<style>
 span { border-color: #9363D0; }

 span { border-color: rgb(147,99,208); }

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