Html Css Color HEX #813D91 Vivid Violet

📋 copy color: '#813D91'

red 129 ◦ green 61 ◦ blue 145

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

Shades of Vivid Violet #813D91

Tints of Vivid Violet #813D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 38.51%
G = 18.21%
B = 43.28%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#813D91 (or 0x813D91) is known color: Vivid Violet. HEX triplet: 81, 3D and 91. RGB value is (129,61,145). Sum of RGB (Red+Green+Blue) = 129+61+145=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #813D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D91 is #7EC26E. Grayscale: #5A5A5A. Windows color (decimal): -8307311 or 9518465. OLE color: 9518465.

HSL color Cylindrical-coordinate representation of color #813D91: hue angle of 288.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813D91 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 61 145 -
CMYK 0.11 0.58 0 0.43
HSL 288.57º 0.41% 0.4% -
HSV(B) 288.57º 0.58% 0.57% -
XYZ 15.83 10.05 27.89 -
YUV 90.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 129 61 145 0.11 0.58 0 0.43 288.57 0.41 0.4
Hex 81 3D 91 B 3A 0 2B 121 29 28
Octal 201 75 221 13 72 0 53 441 51 50
Binary 10000001 111101 10010001 1011 111010 0 101011 100100001 101001 101000

Color Harmonies of #813D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D91

Black with #813D91

Text Example


Text Example

White with #813D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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