Html Css Color HEX #813FEA Blue Violet

📋 copy color: '#813FEA'

red 129 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #813FEA

Tints of Blue Violet #813FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 30.28%
G = 14.79%
B = 54.93%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#813FEA (or 0x813FEA) is known color: Blue Violet. HEX triplet: 81, 3F and EA. RGB value is (129,63,234). Sum of RGB (Red+Green+Blue) = 129+63+234=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #813FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FEA is #7EC015. Grayscale: #656565. Windows color (decimal): -8306710 or 15351681. OLE color: 15351681.

HSL color Cylindrical-coordinate representation of color #813FEA: hue angle of 263.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813FEA is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 63 234 -
CMYK 0.45 0.73 0 0.08
HSL 263.16º 0.8% 0.58% -
HSV(B) 263.16º 0.73% 0.92% -
XYZ 25.68 14.16 79.22 -
YUV 102.23 202.37 147.1 -
System Red Green Blue C M Y K H S L
Decimal 129 63 234 0.45 0.73 0 0.08 263.16 0.8 0.58
Hex 81 3F EA 2D 49 0 8 107 50 3A
Octal 201 77 352 55 111 0 10 407 120 72
Binary 10000001 111111 11101010 101101 1001001 0 1000 100000111 1010000 111010

Color Harmonies of #813FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813FEA

Black with #813FEA

Text Example


Text Example

White with #813FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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