Html Css Color HEX #944CDD Amethyst

📋 copy color: '#944CDD'

red 148 ◦ green 76 ◦ blue 221

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

Shades of Amethyst #944CDD

Tints of Amethyst #944CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.08%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 33.26%
G = 17.08%
B = 49.66%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#944CDD (or 0x944CDD) is known color: Amethyst. HEX triplet: 94, 4C and DD. RGB value is (148,76,221). Sum of RGB (Red+Green+Blue) = 148+76+221=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #944CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CDD is #6BB322. Grayscale: #717171. Windows color (decimal): -7058211 or 14503060. OLE color: 14503060.

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

Color convert

RGB 148 76 221 -
CMYK 0.33 0.66 0 0.13
HSL 269.79º 0.68% 0.58% -
HSV(B) 269.79º 0.66% 0.87% -
XYZ 27.85 16.69 70.16 -
YUV 114.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 148 76 221 0.33 0.66 0 0.13 269.79 0.68 0.58
Hex 94 4C DD 21 42 0 D 10E 44 3A
Octal 224 114 335 41 102 0 15 416 104 72
Binary 10010100 1001100 11011101 100001 1000010 0 1101 100001110 1000100 111010

Color Harmonies of #944CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CDD

Black with #944CDD

Text Example


Text Example

White with #944CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,76,221); }

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

background-color css

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

 a { background-color: rgb(148,76,221); }

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

border-color css

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

 span { border-color: rgb(148,76,221); }

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