Html Css Color HEX #814DCA Amethyst

📋 copy color: '#814DCA'

red 129 ◦ green 77 ◦ blue 202

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

Shades of Amethyst #814DCA

Tints of Amethyst #814DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 31.62%
G = 18.87%
B = 49.51%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#814DCA (or 0x814DCA) is known color: Amethyst. HEX triplet: 81, 4D and CA. RGB value is (129,77,202). Sum of RGB (Red+Green+Blue) = 129+77+202=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #814DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DCA is #7EB235. Grayscale: #6A6A6A. Windows color (decimal): -8303158 or 13258113. OLE color: 13258113.

HSL color Cylindrical-coordinate representation of color #814DCA: hue angle of 264.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814DCA is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 77 202 -
CMYK 0.36 0.62 0 0.21
HSL 264.96º 0.54% 0.55% -
HSV(B) 264.96º 0.62% 0.79% -
XYZ 22.37 14.24 57.45 -
YUV 106.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 129 77 202 0.36 0.62 0 0.21 264.96 0.54 0.55
Hex 81 4D CA 24 3E 0 15 109 36 37
Octal 201 115 312 44 76 0 25 411 66 67
Binary 10000001 1001101 11001010 100100 111110 0 10101 100001001 110110 110111

Color Harmonies of #814DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DCA

Black with #814DCA

Text Example


Text Example

White with #814DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,202); }

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

background-color css

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

 a { background-color: rgb(129,77,202); }

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

border-color css

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

 span { border-color: rgb(129,77,202); }

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