#9369D0

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

Shades of Amethyst #9369D0

Tints of Amethyst #9369D0

Color information

#9369D0 (or 0x9369D0) is unknown color: approx Amethyst. HEX triplet: 93, 69 and D0. RGB value is (147,105,208). Sum of RGB (Red+Green+Blue) = 147+105+208=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #9369D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369D0 is #6C962F. Grayscale: #808080. Windows color (decimal): -7116336 or 13658515. OLE color: 13658515.

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

Color convert

RGB147105208-
CMYK0.290.5000.18
HSL264.47º52.28%61.37%-
HSV(B)264.47º49.52%81.57%-
XYZ28.4720.8662.2-
YUV129.3172.41140.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=31.96%
G=22.83%
B=45.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471052080.290.5000.18264.4752.2861.37
Hex9369D01D32012108343d
Octal22315132035620224106475
Binary1001001111010011101000011101110010010010100001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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