Html Css Color HEX #904CD2 Amethyst

📋 copy color: '#904CD2'

red 144 ◦ green 76 ◦ blue 210

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

Shades of Amethyst #904CD2

Tints of Amethyst #904CD2

RGB

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

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

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

R = 33.49%
G = 17.67%
B = 48.84%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#904CD2 (or 0x904CD2) is known color: Amethyst. HEX triplet: 90, 4C and D2. RGB value is (144,76,210). Sum of RGB (Red+Green+Blue) = 144+76+210=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #904CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CD2 is #6FB32D. Grayscale: #6F6F6F. Windows color (decimal): -7320366 or 13782160. OLE color: 13782160.

HSL color Cylindrical-coordinate representation of color #904CD2: hue angle of 270.45º 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 #904CD2 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 76 210 -
CMYK 0.31 0.64 0 0.18
HSL 270.45º 0.6% 0.56% -
HSV(B) 270.45º 0.64% 0.82% -
XYZ 25.72 15.75 62.66 -
YUV 111.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 144 76 210 0.31 0.64 0 0.18 270.45 0.6 0.56
Hex 90 4C D2 1F 40 0 12 10E 3C 38
Octal 220 114 322 37 100 0 22 416 74 70
Binary 10010000 1001100 11010010 11111 1000000 0 10010 100001110 111100 111000

Color Harmonies of #904CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CD2

Black with #904CD2

Text Example


Text Example

White with #904CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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