Html Css Color HEX #934ED8 Amethyst

📋 copy color: '#934ED8'

red 147 ◦ green 78 ◦ blue 216

#934ED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #934ED8

Tints of Amethyst #934ED8

RGB

 RED value IS 147 (57.81% from 255) = 33.33%

 GREEN value IS 78 (30.86% from 255) = 17.69%

 BLUE value IS 216 (84.77% from 255) = 48.98%

R = 33.33%
G = 17.69%
B = 48.98%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#934ED8 (or 0x934ED8) is known color: Amethyst. HEX triplet: 93, 4E and D8. RGB value is (147,78,216). Sum of RGB (Red+Green+Blue) = 147+78+216=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #934ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ED8 is #6CB127. Grayscale: #717171. Windows color (decimal): -7123240 or 14175891. OLE color: 14175891.

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

Color convert

RGB 147 78 216 -
CMYK 0.32 0.64 0 0.15
HSL 270º 0.64% 0.58% -
HSV(B) 270º 0.64% 0.85% -
XYZ 27.15 16.61 66.74 -
YUV 114.36 185.36 151.28 -
System Red Green Blue C M Y K H S L
Decimal 147 78 216 0.32 0.64 0 0.15 270 0.64 0.58
Hex 93 4E D8 20 40 0 F 10E 40 3A
Octal 223 116 330 40 100 0 17 416 100 72
Binary 10010011 1001110 11011000 100000 1000000 0 1111 100001110 1000000 111010

Color Harmonies of #934ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934ED8

Black with #934ED8

Text Example


Text Example

White with #934ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #934ED8;
 }
 .AnyTagClassName
 {
   color: #934ED8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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