Html Css Color HEX #8451DA Amethyst

📋 copy color: '#8451DA'

red 132 ◦ green 81 ◦ blue 218

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

Shades of Amethyst #8451DA

Tints of Amethyst #8451DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 30.63%
G = 18.79%
B = 50.58%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8451DA (or 0x8451DA) is known color: Amethyst. HEX triplet: 84, 51 and DA. RGB value is (132,81,218). Sum of RGB (Red+Green+Blue) = 132+81+218=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #8451DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451DA is #7BAE25. Grayscale: #6F6F6F. Windows color (decimal): -8105510 or 14307716. OLE color: 14307716.

HSL color Cylindrical-coordinate representation of color #8451DA: hue angle of 262.34º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8451DA is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 81 218 -
CMYK 0.39 0.63 0 0.15
HSL 262.34º 0.65% 0.59% -
HSV(B) 262.34º 0.63% 0.85% -
XYZ 25.11 15.85 68.07 -
YUV 111.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 132 81 218 0.39 0.63 0 0.15 262.34 0.65 0.59
Hex 84 51 DA 27 3F 0 F 106 41 3B
Octal 204 121 332 47 77 0 17 406 101 73
Binary 10000100 1010001 11011010 100111 111111 0 1111 100000110 1000001 111011

Color Harmonies of #8451DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8451DA

Black with #8451DA

Text Example


Text Example

White with #8451DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8451DA; }

 p { color: rgb(132,81,218); }

 H1.HeaderClassName
 {
   color: #8451DA;
 }
 .AnyTagClassName
 {
   color: #8451DA;
 }
</style>

background-color css

<style>
 a { background-color: #8451DA; }

 a { background-color: rgb(132,81,218); }

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

border-color css

<style>
 span { border-color: #8451DA; }

 span { border-color: rgb(132,81,218); }

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