Html Css Color HEX #813EDF Blue Violet

📋 copy color: '#813EDF'

red 129 ◦ green 62 ◦ blue 223

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

Shades of Blue Violet #813EDF

Tints of Blue Violet #813EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 31.16%
G = 14.98%
B = 53.86%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#813EDF (or 0x813EDF) is known color: Blue Violet. HEX triplet: 81, 3E and DF. RGB value is (129,62,223). Sum of RGB (Red+Green+Blue) = 129+62+223=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #813EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EDF is #7EC120. Grayscale: #636363. Windows color (decimal): -8306977 or 14630529. OLE color: 14630529.

HSL color Cylindrical-coordinate representation of color #813EDF: hue angle of 264.97º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #813EDF is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 62 223 -
CMYK 0.42 0.72 0 0.13
HSL 264.97º 0.72% 0.56% -
HSV(B) 264.97º 0.72% 0.87% -
XYZ 24.1 13.44 71.14 -
YUV 100.39 197.2 148.41 -
System Red Green Blue C M Y K H S L
Decimal 129 62 223 0.42 0.72 0 0.13 264.97 0.72 0.56
Hex 81 3E DF 2A 48 0 D 109 48 38
Octal 201 76 337 52 110 0 15 411 110 70
Binary 10000001 111110 11011111 101010 1001000 0 1101 100001001 1001000 111000

Color Harmonies of #813EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813EDF

Black with #813EDF

Text Example


Text Example

White with #813EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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