Html Css Color HEX #814ADA Blue Violet

📋 copy color: '#814ADA'

red 129 ◦ green 74 ◦ blue 218

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

Shades of Blue Violet #814ADA

Tints of Blue Violet #814ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

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

R = 30.64%
G = 17.58%
B = 51.78%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#814ADA (or 0x814ADA) is known color: Blue Violet. HEX triplet: 81, 4A and DA. RGB value is (129,74,218). Sum of RGB (Red+Green+Blue) = 129+74+218=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #814ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ADA is #7EB525. Grayscale: #6A6A6A. Windows color (decimal): -8303910 or 14305921. OLE color: 14305921.

HSL color Cylindrical-coordinate representation of color #814ADA: hue angle of 262.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814ADA is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 74 218 -
CMYK 0.41 0.66 0 0.15
HSL 262.92º 0.66% 0.57% -
HSV(B) 262.92º 0.66% 0.85% -
XYZ 24.16 14.63 67.88 -
YUV 106.86 190.72 143.79 -
System Red Green Blue C M Y K H S L
Decimal 129 74 218 0.41 0.66 0 0.15 262.92 0.66 0.57
Hex 81 4A DA 29 42 0 F 107 42 39
Octal 201 112 332 51 102 0 17 407 102 71
Binary 10000001 1001010 11011010 101001 1000010 0 1111 100000111 1000010 111001

Color Harmonies of #814ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ADA

Black with #814ADA

Text Example


Text Example

White with #814ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,74,218); }

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

background-color css

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

 a { background-color: rgb(129,74,218); }

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

border-color css

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

 span { border-color: rgb(129,74,218); }

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