Html Css Color HEX #813BFD Blue Violet

📋 copy color: '#813BFD'

red 129 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #813BFD

Tints of Blue Violet #813BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 29.25%
G = 13.38%
B = 57.37%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#813BFD (or 0x813BFD) is known color: Blue Violet. HEX triplet: 81, 3B and FD. RGB value is (129,59,253). Sum of RGB (Red+Green+Blue) = 129+59+253=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #813BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813BFD is #7EC402. Grayscale: #656565. Windows color (decimal): -8307715 or 16595841. OLE color: 16595841.

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

Color convert

RGB 129 59 253 -
CMYK 0.49 0.77 0 0.01
HSL 261.65º 0.98% 0.61% -
HSV(B) 261.65º 0.77% 0.99% -
XYZ 28.35 14.89 94.31 -
YUV 102.05 213.19 147.23 -
System Red Green Blue C M Y K H S L
Decimal 129 59 253 0.49 0.77 0 0.01 261.65 0.98 0.61
Hex 81 3B FD 31 4D 0 1 106 62 3D
Octal 201 73 375 61 115 0 1 406 142 75
Binary 10000001 111011 11111101 110001 1001101 0 1 100000110 1100010 111101

Color Harmonies of #813BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BFD

Black with #813BFD

Text Example


Text Example

White with #813BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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