#934BD8

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

Shades of Amethyst #934BD8

Tints of Amethyst #934BD8

Color information

#934BD8 (or 0x934BD8) is unknown color: approx Amethyst. HEX triplet: 93, 4B and D8. RGB value is (147,75,216). Sum of RGB (Red+Green+Blue) = 147+75+216=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #934BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BD8 is #6CB427. Grayscale: #707070. Windows color (decimal): -7124008 or 14175123. OLE color: 14175123.

HSL color Cylindrical-coordinate representation of color #934BD8: hue angle of 270.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934BD8 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14775216-
CMYK0.320.6500.15
HSL270.64º64.38%57.06%-
HSV(B)270.64º65.28%84.71%-
XYZ26.9416.1966.67-
YUV112.6186.35152.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=33.56%
G=17.12%
B=49.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147752160.320.6500.15270.6464.3857.06
Hex934BD820410F10f4039
Octal2231133304010101741710071
Binary100100111001011110110001000001000001011111000011111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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