#934BD4

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

Shades of Amethyst #934BD4

Tints of Amethyst #934BD4

Color information

#934BD4 (or 0x934BD4) is unknown color: approx Amethyst. HEX triplet: 93, 4B and D4. RGB value is (147,75,212). Sum of RGB (Red+Green+Blue) = 147+75+212=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #934BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BD4 is #6CB42B. Grayscale: #6F6F6F. Windows color (decimal): -7124012 or 13912979. OLE color: 13912979.

HSL color Cylindrical-coordinate representation of color #934BD4: hue angle of 271.53º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934BD4 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14775212-
CMYK0.310.6500.17
HSL271.53º61.43%56.27%-
HSV(B)271.53º64.62%83.14%-
XYZ26.4315.9963.98-
YUV112.15184.35152.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 212 (83.20% from 255) = 48.85%
R=33.87%
G=17.28%
B=48.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal147752120.310.6500.17271.5361.4356.27
Hex934BD41F410111103d38
Octal223113324371010214207570
Binary10010011100101111010100111111000001010001100010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,75,212); }

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

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

 a { background-color: rgb(147,75,212); }

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

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

 span { border-color: rgb(147,75,212); }

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