Html Css Color HEX #924CDB Amethyst

📋 copy color: '#924CDB'

red 146 ◦ green 76 ◦ blue 219

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

Shades of Amethyst #924CDB

Tints of Amethyst #924CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.23%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 33.11%
G = 17.23%
B = 49.66%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#924CDB (or 0x924CDB) is known color: Amethyst. HEX triplet: 92, 4C and DB. RGB value is (146,76,219). Sum of RGB (Red+Green+Blue) = 146+76+219=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #924CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CDB is #6DB324. Grayscale: #707070. Windows color (decimal): -7189285 or 14371986. OLE color: 14371986.

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

Color convert

RGB 146 76 219 -
CMYK 0.33 0.65 0 0.14
HSL 269.37º 0.67% 0.58% -
HSV(B) 269.37º 0.65% 0.86% -
XYZ 27.22 16.39 68.75 -
YUV 113.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 146 76 219 0.33 0.65 0 0.14 269.37 0.67 0.58
Hex 92 4C DB 21 41 0 E 10D 43 3A
Octal 222 114 333 41 101 0 16 415 103 72
Binary 10010010 1001100 11011011 100001 1000001 0 1110 100001101 1000011 111010

Color Harmonies of #924CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924CDB

Black with #924CDB

Text Example


Text Example

White with #924CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,76,219); }

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

background-color css

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

 a { background-color: rgb(146,76,219); }

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

border-color css

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

 span { border-color: rgb(146,76,219); }

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