Html Css Color HEX #905ACD Amethyst

📋 copy color: '#905ACD'

red 144 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #905ACD

Tints of Amethyst #905ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 32.8%
G = 20.5%
B = 46.7%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#905ACD (or 0x905ACD) is known color: Amethyst. HEX triplet: 90, 5A and CD. RGB value is (144,90,205). Sum of RGB (Red+Green+Blue) = 144+90+205=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #905ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ACD is #6FA532. Grayscale: #767676. Windows color (decimal): -7316787 or 13458064. OLE color: 13458064.

HSL color Cylindrical-coordinate representation of color #905ACD: hue angle of 268.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905ACD is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 90 205 -
CMYK 0.30 0.56 0 0.20
HSL 268.17º 0.53% 0.58% -
HSV(B) 268.17º 0.56% 0.8% -
XYZ 26.18 17.65 59.78 -
YUV 119.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 144 90 205 0.30 0.56 0 0.20 268.17 0.53 0.58
Hex 90 5A CD 1E 38 0 14 10C 35 3A
Octal 220 132 315 36 70 0 24 414 65 72
Binary 10010000 1011010 11001101 11110 111000 0 10100 100001100 110101 111010

Color Harmonies of #905ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905ACD

Black with #905ACD

Text Example


Text Example

White with #905ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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