Html Css Color HEX #813781 Vivid Violet

📋 copy color: '#813781'

red 129 ◦ green 55 ◦ blue 129

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

Shades of Vivid Violet #813781

Tints of Vivid Violet #813781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 41.21%
G = 17.57%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813781 (or 0x813781) is known color: Vivid Violet. HEX triplet: 81, 37 and 81. RGB value is (129,55,129). Sum of RGB (Red+Green+Blue) = 129+55+129=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #813781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813781 is #7EC87E. Grayscale: #555555. Windows color (decimal): -8308863 or 8468353. OLE color: 8468353.

HSL color Cylindrical-coordinate representation of color #813781: hue angle of 300º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813781 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 129 -
CMYK 0 0.57 0 0.49
HSL 300º 0.4% 0.36% -
HSV(B) 300º 0.57% 0.51% -
XYZ 14.38 8.98 21.75 -
YUV 85.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 129 55 129 0 0.57 0 0.49 300 0.4 0.36
Hex 81 37 81 0 39 0 31 12C 28 24
Octal 201 67 201 0 71 0 61 454 50 44
Binary 10000001 110111 10000001 0 111001 0 110001 100101100 101000 100100

Color Harmonies of #813781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813781

Black with #813781

Text Example


Text Example

White with #813781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813781; }

 p { color: rgb(129,55,129); }

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

background-color css

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

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

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

border-color css

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

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

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