Html Css Color HEX #924DDF Amethyst

📋 copy color: '#924DDF'

red 146 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #924DDF

Tints of Amethyst #924DDF

RGB

 RED value IS 146 (57.42% from 255) = 32.74%

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

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

R = 32.74%
G = 17.26%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#924DDF (or 0x924DDF) is known color: Amethyst. HEX triplet: 92, 4D and DF. RGB value is (146,77,223). Sum of RGB (Red+Green+Blue) = 146+77+223=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #924DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DDF is #6DB220. Grayscale: #717171. Windows color (decimal): -7189025 or 14634386. OLE color: 14634386.

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

Color convert

RGB 146 77 223 -
CMYK 0.35 0.65 0 0.13
HSL 268.36º 0.7% 0.59% -
HSV(B) 268.36º 0.65% 0.87% -
XYZ 27.83 16.75 71.58 -
YUV 114.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 146 77 223 0.35 0.65 0 0.13 268.36 0.7 0.59
Hex 92 4D DF 23 41 0 D 10C 46 3B
Octal 222 115 337 43 101 0 15 414 106 73
Binary 10010010 1001101 11011111 100011 1000001 0 1101 100001100 1000110 111011

Color Harmonies of #924DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924DDF

Black with #924DDF

Text Example


Text Example

White with #924DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924DDF; }

 p { color: rgb(146,77,223); }

 H1.HeaderClassName
 {
   color: #924DDF;
 }
 .AnyTagClassName
 {
   color: #924DDF;
 }
</style>

background-color css

<style>
 a { background-color: #924DDF; }

 a { background-color: rgb(146,77,223); }

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

border-color css

<style>
 span { border-color: #924DDF; }

 span { border-color: rgb(146,77,223); }

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