Html Css Color HEX #904DD2 Amethyst

📋 copy color: '#904DD2'

red 144 ◦ green 77 ◦ blue 210

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

Shades of Amethyst #904DD2

Tints of Amethyst #904DD2

RGB

 RED value IS 144 (56.64% from 255) = 33.41%

 GREEN value IS 77 (30.47% from 255) = 17.87%

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

R = 33.41%
G = 17.87%
B = 48.72%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#904DD2 (or 0x904DD2) is known color: Amethyst. HEX triplet: 90, 4D and D2. RGB value is (144,77,210). Sum of RGB (Red+Green+Blue) = 144+77+210=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #904DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DD2 is #6FB22D. Grayscale: #6F6F6F. Windows color (decimal): -7320110 or 13782416. OLE color: 13782416.

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

Color convert

RGB 144 77 210 -
CMYK 0.31 0.63 0 0.18
HSL 270.23º 0.6% 0.56% -
HSV(B) 270.23º 0.63% 0.82% -
XYZ 25.79 15.89 62.68 -
YUV 112.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 144 77 210 0.31 0.63 0 0.18 270.23 0.6 0.56
Hex 90 4D D2 1F 3F 0 12 10E 3C 38
Octal 220 115 322 37 77 0 22 416 74 70
Binary 10010000 1001101 11010010 11111 111111 0 10010 100001110 111100 111000

Color Harmonies of #904DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DD2

Black with #904DD2

Text Example


Text Example

White with #904DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904DD2; }

 p { color: rgb(144,77,210); }

 H1.HeaderClassName
 {
   color: #904DD2;
 }
 .AnyTagClassName
 {
   color: #904DD2;
 }
</style>

background-color css

<style>
 a { background-color: #904DD2; }

 a { background-color: rgb(144,77,210); }

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

border-color css

<style>
 span { border-color: #904DD2; }

 span { border-color: rgb(144,77,210); }

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