Html Css Color HEX #845ACF Amethyst

📋 copy color: '#845ACF'

red 132 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #845ACF

Tints of Amethyst #845ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 30.77%
G = 20.98%
B = 48.25%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#845ACF (or 0x845ACF) is known color: Amethyst. HEX triplet: 84, 5A and CF. RGB value is (132,90,207). Sum of RGB (Red+Green+Blue) = 132+90+207=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #845ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ACF is #7BA530. Grayscale: #737373. Windows color (decimal): -8103217 or 13589124. OLE color: 13589124.

HSL color Cylindrical-coordinate representation of color #845ACF: hue angle of 261.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845ACF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 90 207 -
CMYK 0.36 0.57 0 0.19
HSL 261.54º 0.55% 0.58% -
HSV(B) 261.54º 0.57% 0.81% -
XYZ 24.43 16.72 60.97 -
YUV 115.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 132 90 207 0.36 0.57 0 0.19 261.54 0.55 0.58
Hex 84 5A CF 24 39 0 13 106 37 3A
Octal 204 132 317 44 71 0 23 406 67 72
Binary 10000100 1011010 11001111 100100 111001 0 10011 100000110 110111 111010

Color Harmonies of #845ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845ACF

Black with #845ACF

Text Example


Text Example

White with #845ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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