Html Css Color HEX #904CD7 Amethyst

📋 copy color: '#904CD7'

red 144 ◦ green 76 ◦ blue 215

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

Shades of Amethyst #904CD7

Tints of Amethyst #904CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.43%

R = 33.1%
G = 17.47%
B = 49.43%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#904CD7 (or 0x904CD7) is known color: Amethyst. HEX triplet: 90, 4C and D7. RGB value is (144,76,215). Sum of RGB (Red+Green+Blue) = 144+76+215=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #904CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CD7 is #6FB328. Grayscale: #6F6F6F. Windows color (decimal): -7320361 or 14109840. OLE color: 14109840.

HSL color Cylindrical-coordinate representation of color #904CD7: hue angle of 269.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904CD7 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 76 215 -
CMYK 0.33 0.65 0 0.16
HSL 269.35º 0.63% 0.57% -
HSV(B) 269.35º 0.65% 0.84% -
XYZ 26.35 16 65.99 -
YUV 112.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 144 76 215 0.33 0.65 0 0.16 269.35 0.63 0.57
Hex 90 4C D7 21 41 0 10 10D 3F 39
Octal 220 114 327 41 101 0 20 415 77 71
Binary 10010000 1001100 11010111 100001 1000001 0 10000 100001101 111111 111001

Color Harmonies of #904CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CD7

Black with #904CD7

Text Example


Text Example

White with #904CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,76,215); }

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

background-color css

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

 a { background-color: rgb(144,76,215); }

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

border-color css

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

 span { border-color: rgb(144,76,215); }

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