Html Css Color HEX #813FFD Blue Violet

📋 copy color: '#813FFD'

red 129 ◦ green 63 ◦ blue 253

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

Shades of Blue Violet #813FFD

Tints of Blue Violet #813FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.16%

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

R = 28.99%
G = 14.16%
B = 56.85%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#813FFD (or 0x813FFD) is known color: Blue Violet. HEX triplet: 81, 3F and FD. RGB value is (129,63,253). Sum of RGB (Red+Green+Blue) = 129+63+253=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #813FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FFD is #7EC002. Grayscale: #676767. Windows color (decimal): -8306691 or 16596865. OLE color: 16596865.

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

Color convert

RGB 129 63 253 -
CMYK 0.49 0.75 0 0.01
HSL 260.84º 0.98% 0.62% -
HSV(B) 260.84º 0.75% 0.99% -
XYZ 28.56 15.31 94.38 -
YUV 104.39 211.87 145.55 -
System Red Green Blue C M Y K H S L
Decimal 129 63 253 0.49 0.75 0 0.01 260.84 0.98 0.62
Hex 81 3F FD 31 4B 0 1 105 62 3E
Octal 201 77 375 61 113 0 1 405 142 76
Binary 10000001 111111 11111101 110001 1001011 0 1 100000101 1100010 111110

Color Harmonies of #813FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813FFD

Black with #813FFD

Text Example


Text Example

White with #813FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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