Html Css Color HEX #924BDA Amethyst

📋 copy color: '#924BDA'

red 146 ◦ green 75 ◦ blue 218

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

Shades of Amethyst #924BDA

Tints of Amethyst #924BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 33.26%
G = 17.08%
B = 49.66%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#924BDA (or 0x924BDA) is known color: Amethyst. HEX triplet: 92, 4B and DA. RGB value is (146,75,218). Sum of RGB (Red+Green+Blue) = 146+75+218=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #924BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BDA is #6DB425. Grayscale: #707070. Windows color (decimal): -7189542 or 14306194. OLE color: 14306194.

HSL color Cylindrical-coordinate representation of color #924BDA: hue angle of 269.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924BDA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 75 218 -
CMYK 0.33 0.66 0 0.15
HSL 269.79º 0.66% 0.57% -
HSV(B) 269.79º 0.66% 0.85% -
XYZ 27.03 16.21 68.03 -
YUV 112.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 146 75 218 0.33 0.66 0 0.15 269.79 0.66 0.57
Hex 92 4B DA 21 42 0 F 10E 42 39
Octal 222 113 332 41 102 0 17 416 102 71
Binary 10010010 1001011 11011010 100001 1000010 0 1111 100001110 1000010 111001

Color Harmonies of #924BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924BDA

Black with #924BDA

Text Example


Text Example

White with #924BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,75,218); }

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

background-color css

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

 a { background-color: rgb(146,75,218); }

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

border-color css

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

 span { border-color: rgb(146,75,218); }

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