Html Css Color HEX #813BFE Blue Violet

📋 copy color: '#813BFE'

red 129 ◦ green 59 ◦ blue 254

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

Shades of Blue Violet #813BFE

Tints of Blue Violet #813BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 29.19%
G = 13.35%
B = 57.47%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#813BFE (or 0x813BFE) is known color: Blue Violet. HEX triplet: 81, 3B and FE. RGB value is (129,59,254). Sum of RGB (Red+Green+Blue) = 129+59+254=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #813BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813BFE is #7EC401. Grayscale: #656565. Windows color (decimal): -8307714 or 16661377. OLE color: 16661377.

HSL color Cylindrical-coordinate representation of color #813BFE: hue angle of 261.54º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #813BFE is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 59 254 -
CMYK 0.49 0.77 0 0.00
HSL 261.54º 0.99% 0.61% -
HSV(B) 261.54º 0.77% 1% -
XYZ 28.51 14.95 95.15 -
YUV 102.16 213.69 147.14 -
System Red Green Blue C M Y K H S L
Decimal 129 59 254 0.49 0.77 0 0.00 261.54 0.99 0.61
Hex 81 3B FE 31 4D 0 0 106 63 3D
Octal 201 73 376 61 115 0 0 406 143 75
Binary 10000001 111011 11111110 110001 1001101 0 0 100000110 1100011 111101

Color Harmonies of #813BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BFE

Black with #813BFE

Text Example


Text Example

White with #813BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,59,254); }

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

background-color css

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

 a { background-color: rgb(129,59,254); }

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

border-color css

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

 span { border-color: rgb(129,59,254); }

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