Html Css Color HEX #944CDF Amethyst

📋 copy color: '#944CDF'

red 148 ◦ green 76 ◦ blue 223

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

Shades of Amethyst #944CDF

Tints of Amethyst #944CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 33.11%
G = 17%
B = 49.89%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#944CDF (or 0x944CDF) is known color: Amethyst. HEX triplet: 94, 4C and DF. RGB value is (148,76,223). Sum of RGB (Red+Green+Blue) = 148+76+223=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #944CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CDF is #6BB320. Grayscale: #717171. Windows color (decimal): -7058209 or 14634132. OLE color: 14634132.

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

Color convert

RGB 148 76 223 -
CMYK 0.34 0.66 0 0.13
HSL 269.39º 0.7% 0.59% -
HSV(B) 269.39º 0.66% 0.87% -
XYZ 28.12 16.79 71.57 -
YUV 114.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 148 76 223 0.34 0.66 0 0.13 269.39 0.7 0.59
Hex 94 4C DF 22 42 0 D 10D 46 3B
Octal 224 114 337 42 102 0 15 415 106 73
Binary 10010100 1001100 11011111 100010 1000010 0 1101 100001101 1000110 111011

Color Harmonies of #944CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CDF

Black with #944CDF

Text Example


Text Example

White with #944CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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