Html Css Color HEX #813DF0 Blue Violet

📋 copy color: '#813DF0'

red 129 ◦ green 61 ◦ blue 240

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

Shades of Blue Violet #813DF0

Tints of Blue Violet #813DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.19%

 BLUE value IS 240 (94.14% from 255) = 55.81%

R = 30%
G = 14.19%
B = 55.81%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#813DF0 (or 0x813DF0) is known color: Blue Violet. HEX triplet: 81, 3D and F0. RGB value is (129,61,240). Sum of RGB (Red+Green+Blue) = 129+61+240=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #813DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813DF0 is #7EC20F. Grayscale: #656565. Windows color (decimal): -8307216 or 15744385. OLE color: 15744385.

HSL color Cylindrical-coordinate representation of color #813DF0: hue angle of 262.79º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813DF0 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 61 240 -
CMYK 0.46 0.75 0 0.06
HSL 262.79º 0.86% 0.59% -
HSV(B) 262.79º 0.75% 0.94% -
XYZ 26.45 14.3 83.8 -
YUV 101.74 206.03 147.45 -
System Red Green Blue C M Y K H S L
Decimal 129 61 240 0.46 0.75 0 0.06 262.79 0.86 0.59
Hex 81 3D F0 2E 4B 0 6 107 56 3B
Octal 201 75 360 56 113 0 6 407 126 73
Binary 10000001 111101 11110000 101110 1001011 0 110 100000111 1010110 111011

Color Harmonies of #813DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DF0

Black with #813DF0

Text Example


Text Example

White with #813DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,61,240); }

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

background-color css

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

 a { background-color: rgb(129,61,240); }

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

border-color css

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

 span { border-color: rgb(129,61,240); }

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