Html Css Color HEX #814EC8 Amethyst

📋 copy color: '#814EC8'

red 129 ◦ green 78 ◦ blue 200

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

Shades of Amethyst #814EC8

Tints of Amethyst #814EC8

RGB

 RED value IS 129 (50.78% from 255) = 31.7%

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 31.7%
G = 19.16%
B = 49.14%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#814EC8 (or 0x814EC8) is known color: Amethyst. HEX triplet: 81, 4E and C8. RGB value is (129,78,200). Sum of RGB (Red+Green+Blue) = 129+78+200=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #814EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EC8 is #7EB137. Grayscale: #6A6A6A. Windows color (decimal): -8302904 or 13127297. OLE color: 13127297.

HSL color Cylindrical-coordinate representation of color #814EC8: hue angle of 265.08º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814EC8 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 78 200 -
CMYK 0.36 0.61 0 0.22
HSL 265.08º 0.53% 0.55% -
HSV(B) 265.08º 0.61% 0.78% -
XYZ 22.2 14.29 56.23 -
YUV 107.16 180.4 143.58 -
System Red Green Blue C M Y K H S L
Decimal 129 78 200 0.36 0.61 0 0.22 265.08 0.53 0.55
Hex 81 4E C8 24 3D 0 16 109 35 37
Octal 201 116 310 44 75 0 26 411 65 67
Binary 10000001 1001110 11001000 100100 111101 0 10110 100001001 110101 110111

Color Harmonies of #814EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EC8

Black with #814EC8

Text Example


Text Example

White with #814EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814EC8; }

 p { color: rgb(129,78,200); }

 H1.HeaderClassName
 {
   color: #814EC8;
 }
 .AnyTagClassName
 {
   color: #814EC8;
 }
</style>

background-color css

<style>
 a { background-color: #814EC8; }

 a { background-color: rgb(129,78,200); }

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

border-color css

<style>
 span { border-color: #814EC8; }

 span { border-color: rgb(129,78,200); }

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