Html Css Color HEX #934DDB Amethyst

📋 copy color: '#934DDB'

red 147 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #934DDB

Tints of Amethyst #934DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 33.18%
G = 17.38%
B = 49.44%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#934DDB (or 0x934DDB) is known color: Amethyst. HEX triplet: 93, 4D and DB. RGB value is (147,77,219). Sum of RGB (Red+Green+Blue) = 147+77+219=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #934DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DDB is #6CB224. Grayscale: #717171. Windows color (decimal): -7123493 or 14372243. OLE color: 14372243.

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

Color convert

RGB 147 77 219 -
CMYK 0.33 0.65 0 0.14
HSL 269.58º 0.66% 0.58% -
HSV(B) 269.58º 0.65% 0.86% -
XYZ 27.47 16.63 68.78 -
YUV 114.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 147 77 219 0.33 0.65 0 0.14 269.58 0.66 0.58
Hex 93 4D DB 21 41 0 E 10E 42 3A
Octal 223 115 333 41 101 0 16 416 102 72
Binary 10010011 1001101 11011011 100001 1000001 0 1110 100001110 1000010 111010

Color Harmonies of #934DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934DDB

Black with #934DDB

Text Example


Text Example

White with #934DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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