Html Css Color HEX #813EA1 Vivid Violet

📋 copy color: '#813EA1'

red 129 ◦ green 62 ◦ blue 161

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

Shades of Vivid Violet #813EA1

Tints of Vivid Violet #813EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.74%

R = 36.65%
G = 17.61%
B = 45.74%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#813EA1 (or 0x813EA1) is known color: Vivid Violet. HEX triplet: 81, 3E and A1. RGB value is (129,62,161). Sum of RGB (Red+Green+Blue) = 129+62+161=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 161 - color contains mainly: blue. Hex color #813EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813EA1 is #7EC15E. Grayscale: #5C5C5C. Windows color (decimal): -8307039 or 10567297. OLE color: 10567297.

HSL color Cylindrical-coordinate representation of color #813EA1: hue angle of 280.61º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813EA1 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 62 161 -
CMYK 0.20 0.61 0 0.37
HSL 280.61º 0.44% 0.44% -
HSV(B) 280.61º 0.61% 0.63% -
XYZ 17.21 10.69 34.87 -
YUV 93.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 129 62 161 0.20 0.61 0 0.37 280.61 0.44 0.44
Hex 81 3E A1 14 3D 0 25 119 2C 2C
Octal 201 76 241 24 75 0 45 431 54 54
Binary 10000001 111110 10100001 10100 111101 0 100101 100011001 101100 101100

Color Harmonies of #813EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813EA1

Black with #813EA1

Text Example


Text Example

White with #813EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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