Html Css Color HEX #845ACD Amethyst

📋 copy color: '#845ACD'

red 132 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #845ACD

Tints of Amethyst #845ACD

RGB

 RED value IS 132 (51.95% from 255) = 30.91%

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

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

R = 30.91%
G = 21.08%
B = 48.01%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#845ACD (or 0x845ACD) is known color: Amethyst. HEX triplet: 84, 5A and CD. RGB value is (132,90,205). Sum of RGB (Red+Green+Blue) = 132+90+205=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #845ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ACD is #7BA532. Grayscale: #737373. Windows color (decimal): -8103219 or 13458052. OLE color: 13458052.

HSL color Cylindrical-coordinate representation of color #845ACD: hue angle of 261.91º 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 #845ACD is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 90 205 -
CMYK 0.36 0.56 0 0.20
HSL 261.91º 0.53% 0.58% -
HSV(B) 261.91º 0.56% 0.8% -
XYZ 24.19 16.63 59.69 -
YUV 115.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 132 90 205 0.36 0.56 0 0.20 261.91 0.53 0.58
Hex 84 5A CD 24 38 0 14 106 35 3A
Octal 204 132 315 44 70 0 24 406 65 72
Binary 10000100 1011010 11001101 100100 111000 0 10100 100000110 110101 111010

Color Harmonies of #845ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845ACD

Black with #845ACD

Text Example


Text Example

White with #845ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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