#934fd7

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

Shades of Amethyst #934FD7

Tints of Amethyst #934FD7

Color information

#934FD7 (or 0x934FD7) is unknown color: approx Amethyst. HEX triplet: 93, 4F and D7. RGB value is (147,79,215). Sum of RGB (Red+Green+Blue) = 147+79+215=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #934FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FD7 is #6CB028. Grayscale: #727272. Windows color (decimal): -7122985 or 14110611. OLE color: 14110611.

HSL color Cylindrical-coordinate representation of color #934FD7: hue angle of 270º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934FD7 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14779215-
CMYK0.320.6300.16
HSL270º62.96%57.65%-
HSV(B)270º63.26%84.31%-
XYZ27.0916.766.09-
YUV114.84184.53150.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 17.91%
BLUE value IS 215 (84.38% from 255) = 48.75%
R=33.33%
G=17.91%
B=48.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal147792150.320.6300.1627062.9657.65
Hex934FD7203F01010e3f3a
Octal22311732740770204167772
Binary10010011100111111010111100000111111010000100001110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934fd7; }

 p { color: rgb(147,79,215); }

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

<style>
 a { background-color: #934fd7; }

 a { background-color: rgb(147,79,215); }

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

<style>
 span { border-color: #934fd7; }

 span { border-color: rgb(147,79,215); }

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