Html Css Color HEX #924DDA Amethyst

📋 copy color: '#924DDA'

red 146 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #924DDA

Tints of Amethyst #924DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 33.11%
G = 17.46%
B = 49.43%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#924DDA (or 0x924DDA) is known color: Amethyst. HEX triplet: 92, 4D and DA. RGB value is (146,77,218). Sum of RGB (Red+Green+Blue) = 146+77+218=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #924DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DDA is #6DB225. Grayscale: #717171. Windows color (decimal): -7189030 or 14306706. OLE color: 14306706.

HSL color Cylindrical-coordinate representation of color #924DDA: hue angle of 269.36º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #924DDA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 77 218 -
CMYK 0.33 0.65 0 0.15
HSL 269.36º 0.66% 0.58% -
HSV(B) 269.36º 0.65% 0.85% -
XYZ 27.16 16.48 68.08 -
YUV 113.71 186.86 151.04 -
System Red Green Blue C M Y K H S L
Decimal 146 77 218 0.33 0.65 0 0.15 269.36 0.66 0.58
Hex 92 4D DA 21 41 0 F 10D 42 3A
Octal 222 115 332 41 101 0 17 415 102 72
Binary 10010010 1001101 11011010 100001 1000001 0 1111 100001101 1000010 111010

Color Harmonies of #924DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924DDA

Black with #924DDA

Text Example


Text Example

White with #924DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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