Html Css Color HEX #904BDA Amethyst

📋 copy color: '#904BDA'

red 144 ◦ green 75 ◦ blue 218

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

Shades of Amethyst #904BDA

Tints of Amethyst #904BDA

RGB

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

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

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

R = 32.95%
G = 17.16%
B = 49.89%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#904BDA (or 0x904BDA) is known color: Amethyst. HEX triplet: 90, 4B and DA. RGB value is (144,75,218). Sum of RGB (Red+Green+Blue) = 144+75+218=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #904BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BDA is #6FB425. Grayscale: #6F6F6F. Windows color (decimal): -7320614 or 14306192. OLE color: 14306192.

HSL color Cylindrical-coordinate representation of color #904BDA: hue angle of 268.95º 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 #904BDA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 75 218 -
CMYK 0.34 0.66 0 0.15
HSL 268.95º 0.66% 0.57% -
HSV(B) 268.95º 0.66% 0.85% -
XYZ 26.67 16.02 68.02 -
YUV 111.93 187.86 150.87 -
System Red Green Blue C M Y K H S L
Decimal 144 75 218 0.34 0.66 0 0.15 268.95 0.66 0.57
Hex 90 4B DA 22 42 0 F 10D 42 39
Octal 220 113 332 42 102 0 17 415 102 71
Binary 10010000 1001011 11011010 100010 1000010 0 1111 100001101 1000010 111001

Color Harmonies of #904BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904BDA

Black with #904BDA

Text Example


Text Example

White with #904BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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