Html Css Color HEX #904FD1 Amethyst

📋 copy color: '#904FD1'

red 144 ◦ green 79 ◦ blue 209

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

Shades of Amethyst #904FD1

Tints of Amethyst #904FD1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.29%

 BLUE value IS 209 (82.03% from 255) = 48.38%

R = 33.33%
G = 18.29%
B = 48.38%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#904FD1 (or 0x904FD1) is known color: Amethyst. HEX triplet: 90, 4F and D1. RGB value is (144,79,209). Sum of RGB (Red+Green+Blue) = 144+79+209=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #904FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FD1 is #6FB02E. Grayscale: #707070. Windows color (decimal): -7319599 or 13717392. OLE color: 13717392.

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

Color convert

RGB 144 79 209 -
CMYK 0.31 0.62 0 0.18
HSL 270º 0.59% 0.56% -
HSV(B) 270º 0.62% 0.82% -
XYZ 25.81 16.12 62.07 -
YUV 113.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 144 79 209 0.31 0.62 0 0.18 270 0.59 0.56
Hex 90 4F D1 1F 3E 0 12 10E 3B 38
Octal 220 117 321 37 76 0 22 416 73 70
Binary 10010000 1001111 11010001 11111 111110 0 10010 100001110 111011 111000

Color Harmonies of #904FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904FD1

Black with #904FD1

Text Example


Text Example

White with #904FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,79,209); }

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

background-color css

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

 a { background-color: rgb(144,79,209); }

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

border-color css

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

 span { border-color: rgb(144,79,209); }

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