Html Css Color HEX #924CDD Amethyst

📋 copy color: '#924CDD'

red 146 ◦ green 76 ◦ blue 221

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

Shades of Amethyst #924CDD

Tints of Amethyst #924CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 32.96%
G = 17.16%
B = 49.89%

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

#924CDD (or 0x924CDD) is known color: Amethyst. HEX triplet: 92, 4C and DD. RGB value is (146,76,221). Sum of RGB (Red+Green+Blue) = 146+76+221=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #924CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CDD is #6DB322. Grayscale: #707070. Windows color (decimal): -7189283 or 14503058. OLE color: 14503058.

HSL color Cylindrical-coordinate representation of color #924CDD: hue angle of 268.97º degrees, saturation: 0.68, 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 #924CDD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 76 221 -
CMYK 0.34 0.66 0 0.13
HSL 268.97º 0.68% 0.58% -
HSV(B) 268.97º 0.66% 0.87% -
XYZ 27.49 16.5 70.14 -
YUV 113.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 146 76 221 0.34 0.66 0 0.13 268.97 0.68 0.58
Hex 92 4C DD 22 42 0 D 10D 44 3A
Octal 222 114 335 42 102 0 15 415 104 72
Binary 10010010 1001100 11011101 100010 1000010 0 1101 100001101 1000100 111010

Color Harmonies of #924CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924CDD

Black with #924CDD

Text Example


Text Example

White with #924CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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