Html Css Color HEX #814AD6 Blue Violet

📋 copy color: '#814AD6'

red 129 ◦ green 74 ◦ blue 214

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

Shades of Blue Violet #814AD6

Tints of Blue Violet #814AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.32%

R = 30.94%
G = 17.75%
B = 51.32%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#814AD6 (or 0x814AD6) is known color: Blue Violet. HEX triplet: 81, 4A and D6. RGB value is (129,74,214). Sum of RGB (Red+Green+Blue) = 129+74+214=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #814AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814AD6 is #7EB529. Grayscale: #696969. Windows color (decimal): -8303914 or 14043777. OLE color: 14043777.

HSL color Cylindrical-coordinate representation of color #814AD6: hue angle of 263.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814AD6 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 74 214 -
CMYK 0.40 0.65 0 0.16
HSL 263.57º 0.63% 0.56% -
HSV(B) 263.57º 0.65% 0.84% -
XYZ 23.64 14.42 65.16 -
YUV 106.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 129 74 214 0.40 0.65 0 0.16 263.57 0.63 0.56
Hex 81 4A D6 28 41 0 10 108 3F 38
Octal 201 112 326 50 101 0 20 410 77 70
Binary 10000001 1001010 11010110 101000 1000001 0 10000 100001000 111111 111000

Color Harmonies of #814AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AD6

Black with #814AD6

Text Example


Text Example

White with #814AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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