Html Css Color HEX #814AD8 Blue Violet

📋 copy color: '#814AD8'

red 129 ◦ green 74 ◦ blue 216

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

Shades of Blue Violet #814AD8

Tints of Blue Violet #814AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.55%

R = 30.79%
G = 17.66%
B = 51.55%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#814AD8 (or 0x814AD8) is known color: Blue Violet. HEX triplet: 81, 4A and D8. RGB value is (129,74,216). Sum of RGB (Red+Green+Blue) = 129+74+216=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #814AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814AD8 is #7EB527. Grayscale: #6A6A6A. Windows color (decimal): -8303912 or 14174849. OLE color: 14174849.

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

Color convert

RGB 129 74 216 -
CMYK 0.40 0.66 0 0.15
HSL 263.24º 0.65% 0.57% -
HSV(B) 263.24º 0.66% 0.85% -
XYZ 23.9 14.52 66.51 -
YUV 106.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 129 74 216 0.40 0.66 0 0.15 263.24 0.65 0.57
Hex 81 4A D8 28 42 0 F 107 41 39
Octal 201 112 330 50 102 0 17 407 101 71
Binary 10000001 1001010 11011000 101000 1000010 0 1111 100000111 1000001 111001

Color Harmonies of #814AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AD8

Black with #814AD8

Text Example


Text Example

White with #814AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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