Html Css Color HEX #813EE5 Blue Violet

📋 copy color: '#813EE5'

red 129 ◦ green 62 ◦ blue 229

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

Shades of Blue Violet #813EE5

Tints of Blue Violet #813EE5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.76%

 BLUE value IS 229 (89.84% from 255) = 54.52%

R = 30.71%
G = 14.76%
B = 54.52%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#813EE5 (or 0x813EE5) is known color: Blue Violet. HEX triplet: 81, 3E and E5. RGB value is (129,62,229). Sum of RGB (Red+Green+Blue) = 129+62+229=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #813EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EE5 is #7EC11A. Grayscale: #646464. Windows color (decimal): -8306971 or 15023745. OLE color: 15023745.

HSL color Cylindrical-coordinate representation of color #813EE5: hue angle of 264.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813EE5 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 62 229 -
CMYK 0.44 0.73 0 0.10
HSL 264.07º 0.76% 0.57% -
HSV(B) 264.07º 0.73% 0.9% -
XYZ 24.92 13.77 75.47 -
YUV 101.07 200.2 147.92 -
System Red Green Blue C M Y K H S L
Decimal 129 62 229 0.44 0.73 0 0.10 264.07 0.76 0.57
Hex 81 3E E5 2C 49 0 A 108 4C 39
Octal 201 76 345 54 111 0 12 410 114 71
Binary 10000001 111110 11100101 101100 1001001 0 1010 100001000 1001100 111001

Color Harmonies of #813EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813EE5

Black with #813EE5

Text Example


Text Example

White with #813EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813EE5; }

 p { color: rgb(129,62,229); }

 H1.HeaderClassName
 {
   color: #813EE5;
 }
 .AnyTagClassName
 {
   color: #813EE5;
 }
</style>

background-color css

<style>
 a { background-color: #813EE5; }

 a { background-color: rgb(129,62,229); }

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

border-color css

<style>
 span { border-color: #813EE5; }

 span { border-color: rgb(129,62,229); }

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