Html Css Color HEX #924DD5 Amethyst

📋 copy color: '#924DD5'

red 146 ◦ green 77 ◦ blue 213

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

Shades of Amethyst #924DD5

Tints of Amethyst #924DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 33.49%
G = 17.66%
B = 48.85%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#924DD5 (or 0x924DD5) is known color: Amethyst. HEX triplet: 92, 4D and D5. RGB value is (146,77,213). Sum of RGB (Red+Green+Blue) = 146+77+213=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #924DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DD5 is #6DB22A. Grayscale: #707070. Windows color (decimal): -7189035 or 13979026. OLE color: 13979026.

HSL color Cylindrical-coordinate representation of color #924DD5: hue angle of 270.44º 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 #924DD5 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 77 213 -
CMYK 0.31 0.64 0 0.16
HSL 270.44º 0.62% 0.57% -
HSV(B) 270.44º 0.64% 0.84% -
XYZ 26.52 16.22 64.68 -
YUV 113.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 146 77 213 0.31 0.64 0 0.16 270.44 0.62 0.57
Hex 92 4D D5 1F 40 0 10 10E 3E 39
Octal 222 115 325 37 100 0 20 416 76 71
Binary 10010010 1001101 11010101 11111 1000000 0 10000 100001110 111110 111001

Color Harmonies of #924DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924DD5

Black with #924DD5

Text Example


Text Example

White with #924DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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