Html Css Color HEX #814AD9 Blue Violet

📋 copy color: '#814AD9'

red 129 ◦ green 74 ◦ blue 217

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

Shades of Blue Violet #814AD9

Tints of Blue Violet #814AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 30.71%
G = 17.62%
B = 51.67%

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

#814AD9 (or 0x814AD9) is known color: Blue Violet. HEX triplet: 81, 4A and D9. RGB value is (129,74,217). Sum of RGB (Red+Green+Blue) = 129+74+217=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #814AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814AD9 is #7EB526. Grayscale: #6A6A6A. Windows color (decimal): -8303911 or 14240385. OLE color: 14240385.

HSL color Cylindrical-coordinate representation of color #814AD9: hue angle of 263.08º degrees, saturation: 0.65, 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 #814AD9 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 74 217 -
CMYK 0.41 0.66 0 0.15
HSL 263.08º 0.65% 0.57% -
HSV(B) 263.08º 0.66% 0.85% -
XYZ 24.03 14.57 67.19 -
YUV 106.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 129 74 217 0.41 0.66 0 0.15 263.08 0.65 0.57
Hex 81 4A D9 29 42 0 F 107 41 39
Octal 201 112 331 51 102 0 17 407 101 71
Binary 10000001 1001010 11011001 101001 1000010 0 1111 100000111 1000001 111001

Color Harmonies of #814AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AD9

Black with #814AD9

Text Example


Text Example

White with #814AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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