Html Css Color HEX #924CDE Amethyst

📋 copy color: '#924CDE'

red 146 ◦ green 76 ◦ blue 222

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

Shades of Amethyst #924CDE

Tints of Amethyst #924CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 32.88%
G = 17.12%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#924CDE (or 0x924CDE) is known color: Amethyst. HEX triplet: 92, 4C and DE. RGB value is (146,76,222). Sum of RGB (Red+Green+Blue) = 146+76+222=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #924CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CDE is #6DB321. Grayscale: #717171. Windows color (decimal): -7189282 or 14568594. OLE color: 14568594.

HSL color Cylindrical-coordinate representation of color #924CDE: hue angle of 268.77º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924CDE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 76 222 -
CMYK 0.34 0.66 0 0.13
HSL 268.77º 0.69% 0.58% -
HSV(B) 268.77º 0.66% 0.87% -
XYZ 27.62 16.55 70.85 -
YUV 113.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 146 76 222 0.34 0.66 0 0.13 268.77 0.69 0.58
Hex 92 4C DE 22 42 0 D 10D 45 3A
Octal 222 114 336 42 102 0 15 415 105 72
Binary 10010010 1001100 11011110 100010 1000010 0 1101 100001101 1000101 111010

Color Harmonies of #924CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924CDE

Black with #924CDE

Text Example


Text Example

White with #924CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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