Html Css Color HEX #813EEB Blue Violet

📋 copy color: '#813EEB'

red 129 ◦ green 62 ◦ blue 235

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

Shades of Blue Violet #813EEB

Tints of Blue Violet #813EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.55%

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 30.28%
G = 14.55%
B = 55.16%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#813EEB (or 0x813EEB) is known color: Blue Violet. HEX triplet: 81, 3E and EB. RGB value is (129,62,235). Sum of RGB (Red+Green+Blue) = 129+62+235=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #813EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813EEB is #7EC114. Grayscale: #656565. Windows color (decimal): -8306965 or 15416961. OLE color: 15416961.

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

Color convert

RGB 129 62 235 -
CMYK 0.45 0.74 0 0.08
HSL 263.24º 0.81% 0.58% -
HSV(B) 263.24º 0.74% 0.92% -
XYZ 25.77 14.11 79.96 -
YUV 101.76 203.2 147.43 -
System Red Green Blue C M Y K H S L
Decimal 129 62 235 0.45 0.74 0 0.08 263.24 0.81 0.58
Hex 81 3E EB 2D 4A 0 8 107 51 3A
Octal 201 76 353 55 112 0 10 407 121 72
Binary 10000001 111110 11101011 101101 1001010 0 1000 100000111 1010001 111010

Color Harmonies of #813EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813EEB

Black with #813EEB

Text Example


Text Example

White with #813EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,62,235); }

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

background-color css

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

 a { background-color: rgb(129,62,235); }

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

border-color css

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

 span { border-color: rgb(129,62,235); }

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