Html Css Color HEX #813DEC Blue Violet

📋 copy color: '#813DEC'

red 129 ◦ green 61 ◦ blue 236

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

Shades of Blue Violet #813DEC

Tints of Blue Violet #813DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 30.28%
G = 14.32%
B = 55.4%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#813DEC (or 0x813DEC) is known color: Blue Violet. HEX triplet: 81, 3D and EC. RGB value is (129,61,236). Sum of RGB (Red+Green+Blue) = 129+61+236=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #813DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813DEC is #7EC213. Grayscale: #646464. Windows color (decimal): -8307220 or 15482241. OLE color: 15482241.

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

Color convert

RGB 129 61 236 -
CMYK 0.45 0.74 0 0.07
HSL 263.31º 0.82% 0.58% -
HSV(B) 263.31º 0.74% 0.93% -
XYZ 25.86 14.06 80.71 -
YUV 101.28 204.03 147.77 -
System Red Green Blue C M Y K H S L
Decimal 129 61 236 0.45 0.74 0 0.07 263.31 0.82 0.58
Hex 81 3D EC 2D 4A 0 7 107 52 3A
Octal 201 75 354 55 112 0 7 407 122 72
Binary 10000001 111101 11101100 101101 1001010 0 111 100000111 1010010 111010

Color Harmonies of #813DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DEC

Black with #813DEC

Text Example


Text Example

White with #813DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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