Html Css Color HEX #814BDA Blue Violet

📋 copy color: '#814BDA'

red 129 ◦ green 75 ◦ blue 218

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

Shades of Blue Violet #814BDA

Tints of Blue Violet #814BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.77%

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

R = 30.57%
G = 17.77%
B = 51.66%

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

#814BDA (or 0x814BDA) is known color: Blue Violet. HEX triplet: 81, 4B and DA. RGB value is (129,75,218). Sum of RGB (Red+Green+Blue) = 129+75+218=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #814BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BDA is #7EB425. Grayscale: #6A6A6A. Windows color (decimal): -8303654 or 14306177. OLE color: 14306177.

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

Color convert

RGB 129 75 218 -
CMYK 0.41 0.66 0 0.15
HSL 262.66º 0.66% 0.57% -
HSV(B) 262.66º 0.66% 0.85% -
XYZ 24.22 14.76 67.9 -
YUV 107.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 129 75 218 0.41 0.66 0 0.15 262.66 0.66 0.57
Hex 81 4B DA 29 42 0 F 107 42 39
Octal 201 113 332 51 102 0 17 407 102 71
Binary 10000001 1001011 11011010 101001 1000010 0 1111 100000111 1000010 111001

Color Harmonies of #814BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BDA

Black with #814BDA

Text Example


Text Example

White with #814BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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