#9354DD

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

Shades of Amethyst #9354DD

Tints of Amethyst #9354DD

Color information

#9354DD (or 0x9354DD) is unknown color: approx Amethyst. HEX triplet: 93, 54 and DD. RGB value is (147,84,221). Sum of RGB (Red+Green+Blue) = 147+84+221=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #9354DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354DD is #6CAB22. Grayscale: #757575. Windows color (decimal): -7121699 or 14505107. OLE color: 14505107.

HSL color Cylindrical-coordinate representation of color #9354DD: hue angle of 267.59º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9354DD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14784221-
CMYK0.330.6200.13
HSL267.59º66.83%59.8%-
HSV(B)267.59º61.99%86.67%-
XYZ28.2517.7670.35-
YUV118.46185.87148.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=32.52%
G=18.58%
B=48.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147842210.330.6200.13267.5966.8359.8
Hex9354DD213E0D10c433c
Octal223124335417601541410374
Binary10010011101010011011101100001111110011011000011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9354DD; }

 p { color: rgb(147,84,221); }

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

<style>
 a { background-color: #9354DD; }

 a { background-color: rgb(147,84,221); }

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

<style>
 span { border-color: #9354DD; }

 span { border-color: rgb(147,84,221); }

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