Html Css Color HEX #924CD2 Amethyst

📋 copy color: '#924CD2'

red 146 ◦ green 76 ◦ blue 210

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

Shades of Amethyst #924CD2

Tints of Amethyst #924CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.61%

R = 33.8%
G = 17.59%
B = 48.61%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#924CD2 (or 0x924CD2) is known color: Amethyst. HEX triplet: 92, 4C and D2. RGB value is (146,76,210). Sum of RGB (Red+Green+Blue) = 146+76+210=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #924CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CD2 is #6DB32D. Grayscale: #6F6F6F. Windows color (decimal): -7189294 or 13782162. OLE color: 13782162.

HSL color Cylindrical-coordinate representation of color #924CD2: hue angle of 271.34º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924CD2 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 76 210 -
CMYK 0.30 0.64 0 0.18
HSL 271.34º 0.6% 0.56% -
HSV(B) 271.34º 0.64% 0.82% -
XYZ 26.07 15.93 62.67 -
YUV 112.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 146 76 210 0.30 0.64 0 0.18 271.34 0.6 0.56
Hex 92 4C D2 1E 40 0 12 10F 3C 38
Octal 222 114 322 36 100 0 22 417 74 70
Binary 10010010 1001100 11010010 11110 1000000 0 10010 100001111 111100 111000

Color Harmonies of #924CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924CD2

Black with #924CD2

Text Example


Text Example

White with #924CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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