Html Css Color HEX #905AD4 Amethyst

📋 copy color: '#905AD4'

red 144 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #905AD4

Tints of Amethyst #905AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 212 (83.2% from 255) = 47.53%

R = 32.29%
G = 20.18%
B = 47.53%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#905AD4 (or 0x905AD4) is known color: Amethyst. HEX triplet: 90, 5A and D4. RGB value is (144,90,212). Sum of RGB (Red+Green+Blue) = 144+90+212=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #905AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AD4 is #6FA52B. Grayscale: #777777. Windows color (decimal): -7316780 or 13916816. OLE color: 13916816.

HSL color Cylindrical-coordinate representation of color #905AD4: hue angle of 266.56º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #905AD4 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 90 212 -
CMYK 0.32 0.58 0 0.17
HSL 266.56º 0.59% 0.59% -
HSV(B) 266.56º 0.58% 0.83% -
XYZ 27.04 18 64.34 -
YUV 120.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 144 90 212 0.32 0.58 0 0.17 266.56 0.59 0.59
Hex 90 5A D4 20 3A 0 11 10B 3B 3B
Octal 220 132 324 40 72 0 21 413 73 73
Binary 10010000 1011010 11010100 100000 111010 0 10001 100001011 111011 111011

Color Harmonies of #905AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905AD4

Black with #905AD4

Text Example


Text Example

White with #905AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905AD4; }

 p { color: rgb(144,90,212); }

 H1.HeaderClassName
 {
   color: #905AD4;
 }
 .AnyTagClassName
 {
   color: #905AD4;
 }
</style>

background-color css

<style>
 a { background-color: #905AD4; }

 a { background-color: rgb(144,90,212); }

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

border-color css

<style>
 span { border-color: #905AD4; }

 span { border-color: rgb(144,90,212); }

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