#9352DB

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

Shades of Amethyst #9352DB

Tints of Amethyst #9352DB

Color information

#9352DB (or 0x9352DB) is unknown color: approx Amethyst. HEX triplet: 93, 52 and DB. RGB value is (147,82,219). Sum of RGB (Red+Green+Blue) = 147+82+219=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #9352DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352DB is #6CAD24. Grayscale: #747474. Windows color (decimal): -7122213 or 14373523. OLE color: 14373523.

HSL color Cylindrical-coordinate representation of color #9352DB: hue angle of 268.47º degrees, saturation: 0.66, 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 #9352DB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14782219-
CMYK0.330.6300.14
HSL268.47º65.55%59.02%-
HSV(B)268.47º62.56%85.88%-
XYZ27.8417.3568.9-
YUV117.05185.53149.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 219 (85.94% from 255) = 48.88%
R=32.81%
G=18.30%
B=48.88%

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
Decimal147822190.330.6300.14268.4765.5559.02
Hex9352DB213F0E10c423b
Octal223122333417701641410273
Binary10010011101001011011011100001111111011101000011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9352DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9352DB; }

 p { color: rgb(147,82,219); }

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

<style>
 a { background-color: #9352DB; }

 a { background-color: rgb(147,82,219); }

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

<style>
 span { border-color: #9352DB; }

 span { border-color: rgb(147,82,219); }

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