Html Css Color HEX #905AD5 Amethyst

📋 copy color: '#905AD5'

red 144 ◦ green 90 ◦ blue 213

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

Shades of Amethyst #905AD5

Tints of Amethyst #905AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.65%

R = 32.21%
G = 20.13%
B = 47.65%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#905AD5 (or 0x905AD5) is known color: Amethyst. HEX triplet: 90, 5A and D5. RGB value is (144,90,213). Sum of RGB (Red+Green+Blue) = 144+90+213=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #905AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AD5 is #6FA52A. Grayscale: #777777. Windows color (decimal): -7316779 or 13982352. OLE color: 13982352.

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

Color convert

RGB 144 90 213 -
CMYK 0.32 0.58 0 0.16
HSL 266.34º 0.59% 0.59% -
HSV(B) 266.34º 0.58% 0.84% -
XYZ 27.17 18.05 65 -
YUV 120.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 144 90 213 0.32 0.58 0 0.16 266.34 0.59 0.59
Hex 90 5A D5 20 3A 0 10 10A 3B 3B
Octal 220 132 325 40 72 0 20 412 73 73
Binary 10010000 1011010 11010101 100000 111010 0 10000 100001010 111011 111011

Color Harmonies of #905AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905AD5

Black with #905AD5

Text Example


Text Example

White with #905AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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