Html Css Color HEX #944CDC Amethyst

📋 copy color: '#944CDC'

red 148 ◦ green 76 ◦ blue 220

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

Shades of Amethyst #944CDC

Tints of Amethyst #944CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 33.33%
G = 17.12%
B = 49.55%

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

#944CDC (or 0x944CDC) is known color: Amethyst. HEX triplet: 94, 4C and DC. RGB value is (148,76,220). Sum of RGB (Red+Green+Blue) = 148+76+220=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #944CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CDC is #6BB323. Grayscale: #717171. Windows color (decimal): -7058212 or 14437524. OLE color: 14437524.

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

Color convert

RGB 148 76 220 -
CMYK 0.33 0.65 0 0.14
HSL 270º 0.67% 0.58% -
HSV(B) 270º 0.65% 0.86% -
XYZ 27.72 16.63 69.46 -
YUV 113.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 148 76 220 0.33 0.65 0 0.14 270 0.67 0.58
Hex 94 4C DC 21 41 0 E 10E 43 3A
Octal 224 114 334 41 101 0 16 416 103 72
Binary 10010100 1001100 11011100 100001 1000001 0 1110 100001110 1000011 111010

Color Harmonies of #944CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CDC

Black with #944CDC

Text Example


Text Example

White with #944CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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