#935DDA

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

Shades of Amethyst #935DDA

Tints of Amethyst #935DDA

Color information

#935DDA (or 0x935DDA) is unknown color: approx Amethyst. HEX triplet: 93, 5D and DA. RGB value is (147,93,218). Sum of RGB (Red+Green+Blue) = 147+93+218=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #935DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DDA is #6CA225. Grayscale: #7A7A7A. Windows color (decimal): -7119398 or 14310803. OLE color: 14310803.

HSL color Cylindrical-coordinate representation of color #935DDA: hue angle of 265.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #935DDA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14793218-
CMYK0.330.5700.15
HSL265.92º62.81%60.98%-
HSV(B)265.92º57.34%85.49%-
XYZ28.619.0968.51-
YUV123.4181.39144.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 218 (85.55% from 255) = 47.60%
R=32.10%
G=20.31%
B=47.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147932180.330.5700.15265.9262.8160.98
Hex935DDA21390F10a3f3d
Octal22313533241710174127775
Binary1001001110111011101101010000111100101111100001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935DDA; }

 p { color: rgb(147,93,218); }

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

<style>
 a { background-color: #935DDA; }

 a { background-color: rgb(147,93,218); }

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

<style>
 span { border-color: #935DDA; }

 span { border-color: rgb(147,93,218); }

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