Html Css Color HEX #944DDB Amethyst

📋 copy color: '#944DDB'

red 148 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #944DDB

Tints of Amethyst #944DDB

RGB

 RED value IS 148 (58.2% from 255) = 33.33%

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

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

R = 33.33%
G = 17.34%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#944DDB (or 0x944DDB) is known color: Amethyst. HEX triplet: 94, 4D and DB. RGB value is (148,77,219). Sum of RGB (Red+Green+Blue) = 148+77+219=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #944DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DDB is #6BB224. Grayscale: #717171. Windows color (decimal): -7057957 or 14372244. OLE color: 14372244.

HSL color Cylindrical-coordinate representation of color #944DDB: hue angle of 270º 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 #944DDB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 77 219 -
CMYK 0.32 0.65 0 0.14
HSL 270º 0.66% 0.58% -
HSV(B) 270º 0.65% 0.86% -
XYZ 27.65 16.72 68.79 -
YUV 114.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 148 77 219 0.32 0.65 0 0.14 270 0.66 0.58
Hex 94 4D DB 20 41 0 E 10E 42 3A
Octal 224 115 333 40 101 0 16 416 102 72
Binary 10010100 1001101 11011011 100000 1000001 0 1110 100001110 1000010 111010

Color Harmonies of #944DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944DDB

Black with #944DDB

Text Example


Text Example

White with #944DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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