Html Css Color HEX #811EDA Blue Violet

📋 copy color: '#811EDA'

red 129 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #811EDA

Tints of Blue Violet #811EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.96%

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

R = 34.22%
G = 7.96%
B = 57.82%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#811EDA (or 0x811EDA) is known color: Blue Violet. HEX triplet: 81, 1E and DA. RGB value is (129,30,218). Sum of RGB (Red+Green+Blue) = 129+30+218=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #811EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811EDA is #7EE125. Grayscale: #505050. Windows color (decimal): -8315174 or 14294657. OLE color: 14294657.

HSL color Cylindrical-coordinate representation of color #811EDA: hue angle of 271.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811EDA is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 30 218 -
CMYK 0.41 0.86 0 0.15
HSL 271.6º 0.76% 0.49% -
HSV(B) 271.6º 0.86% 0.85% -
XYZ 22.17 10.66 67.22 -
YUV 81.03 205.3 162.21 -
System Red Green Blue C M Y K H S L
Decimal 129 30 218 0.41 0.86 0 0.15 271.6 0.76 0.49
Hex 81 1E DA 29 56 0 F 110 4C 31
Octal 201 36 332 51 126 0 17 420 114 61
Binary 10000001 11110 11011010 101001 1010110 0 1111 100010000 1001100 110001

Color Harmonies of #811EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811EDA

Black with #811EDA

Text Example


Text Example

White with #811EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811EDA; }

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

 H1.HeaderClassName
 {
   color: #811EDA;
 }
 .AnyTagClassName
 {
   color: #811EDA;
 }
</style>

background-color css

<style>
 a { background-color: #811EDA; }

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

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

border-color css

<style>
 span { border-color: #811EDA; }

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

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