Html Css Color HEX #924EE6 Amethyst

📋 copy color: '#924EE6'

red 146 ◦ green 78 ◦ blue 230

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

Shades of Amethyst #924EE6

Tints of Amethyst #924EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.66%

R = 32.16%
G = 17.18%
B = 50.66%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#924EE6 (or 0x924EE6) is known color: Amethyst. HEX triplet: 92, 4E and E6. RGB value is (146,78,230). Sum of RGB (Red+Green+Blue) = 146+78+230=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #924EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924EE6 is #6DB119. Grayscale: #737373. Windows color (decimal): -7188762 or 15093394. OLE color: 15093394.

HSL color Cylindrical-coordinate representation of color #924EE6: hue angle of 266.84º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924EE6 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 78 230 -
CMYK 0.37 0.66 0 0.10
HSL 266.84º 0.75% 0.6% -
HSV(B) 266.84º 0.66% 0.9% -
XYZ 28.86 17.27 76.68 -
YUV 115.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 146 78 230 0.37 0.66 0 0.10 266.84 0.75 0.6
Hex 92 4E E6 25 42 0 A 10B 4B 3C
Octal 222 116 346 45 102 0 12 413 113 74
Binary 10010010 1001110 11100110 100101 1000010 0 1010 100001011 1001011 111100

Color Harmonies of #924EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924EE6

Black with #924EE6

Text Example


Text Example

White with #924EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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