Html Css Color HEX #934DDA Amethyst

📋 copy color: '#934DDA'

red 147 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #934DDA

Tints of Amethyst #934DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 33.26%
G = 17.42%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#934DDA (or 0x934DDA) is known color: Amethyst. HEX triplet: 93, 4D and DA. RGB value is (147,77,218). Sum of RGB (Red+Green+Blue) = 147+77+218=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #934DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DDA is #6CB225. Grayscale: #717171. Windows color (decimal): -7123494 or 14306707. OLE color: 14306707.

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

Color convert

RGB 147 77 218 -
CMYK 0.33 0.65 0 0.15
HSL 269.79º 0.66% 0.58% -
HSV(B) 269.79º 0.65% 0.85% -
XYZ 27.34 16.57 68.09 -
YUV 114 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 147 77 218 0.33 0.65 0 0.15 269.79 0.66 0.58
Hex 93 4D DA 21 41 0 F 10E 42 3A
Octal 223 115 332 41 101 0 17 416 102 72
Binary 10010011 1001101 11011010 100001 1000001 0 1111 100001110 1000010 111010

Color Harmonies of #934DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934DDA

Black with #934DDA

Text Example


Text Example

White with #934DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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