Html Css Color HEX #924ED6 Amethyst

📋 copy color: '#924ED6'

red 146 ◦ green 78 ◦ blue 214

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

Shades of Amethyst #924ED6

Tints of Amethyst #924ED6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.81%

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 33.33%
G = 17.81%
B = 48.86%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#924ED6 (or 0x924ED6) is known color: Amethyst. HEX triplet: 92, 4E and D6. RGB value is (146,78,214). Sum of RGB (Red+Green+Blue) = 146+78+214=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #924ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924ED6 is #6DB129. Grayscale: #717171. Windows color (decimal): -7188778 or 14044818. OLE color: 14044818.

HSL color Cylindrical-coordinate representation of color #924ED6: hue angle of 270º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924ED6 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 78 214 -
CMYK 0.32 0.64 0 0.16
HSL 270º 0.62% 0.57% -
HSV(B) 270º 0.64% 0.84% -
XYZ 26.72 16.41 65.38 -
YUV 113.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 146 78 214 0.32 0.64 0 0.16 270 0.62 0.57
Hex 92 4E D6 20 40 0 10 10E 3E 39
Octal 222 116 326 40 100 0 20 416 76 71
Binary 10010010 1001110 11010110 100000 1000000 0 10000 100001110 111110 111001

Color Harmonies of #924ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924ED6

Black with #924ED6

Text Example


Text Example

White with #924ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,78,214); }

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

background-color css

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

 a { background-color: rgb(146,78,214); }

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

border-color css

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

 span { border-color: rgb(146,78,214); }

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