Html Css Color HEX #905ADC Amethyst

📋 copy color: '#905ADC'

red 144 ◦ green 90 ◦ blue 220

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

Shades of Amethyst #905ADC

Tints of Amethyst #905ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 31.72%
G = 19.82%
B = 48.46%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#905ADC (or 0x905ADC) is known color: Amethyst. HEX triplet: 90, 5A and DC. RGB value is (144,90,220). Sum of RGB (Red+Green+Blue) = 144+90+220=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #905ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ADC is #6FA523. Grayscale: #787878. Windows color (decimal): -7316772 or 14441104. OLE color: 14441104.

HSL color Cylindrical-coordinate representation of color #905ADC: hue angle of 264.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #905ADC is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 90 220 -
CMYK 0.35 0.59 0 0.14
HSL 264.92º 0.65% 0.61% -
HSV(B) 264.92º 0.59% 0.86% -
XYZ 28.08 18.41 69.78 -
YUV 120.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 144 90 220 0.35 0.59 0 0.14 264.92 0.65 0.61
Hex 90 5A DC 23 3B 0 E 109 41 3D
Octal 220 132 334 43 73 0 16 411 101 75
Binary 10010000 1011010 11011100 100011 111011 0 1110 100001001 1000001 111101

Color Harmonies of #905ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905ADC

Black with #905ADC

Text Example


Text Example

White with #905ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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