Html Css Color HEX #813681 Vivid Violet

📋 copy color: '#813681'

red 129 ◦ green 54 ◦ blue 129

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

Shades of Vivid Violet #813681

Tints of Vivid Violet #813681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 41.35%
G = 17.31%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813681 (or 0x813681) is known color: Vivid Violet. HEX triplet: 81, 36 and 81. RGB value is (129,54,129). Sum of RGB (Red+Green+Blue) = 129+54+129=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #813681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813681 is #7EC97E. Grayscale: #545454. Windows color (decimal): -8309119 or 8468097. OLE color: 8468097.

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

Color convert

RGB 129 54 129 -
CMYK 0 0.58 0 0.49
HSL 300º 0.41% 0.36% -
HSV(B) 300º 0.58% 0.51% -
XYZ 14.33 8.89 21.73 -
YUV 84.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 129 54 129 0 0.58 0 0.49 300 0.41 0.36
Hex 81 36 81 0 3A 0 31 12C 29 24
Octal 201 66 201 0 72 0 61 454 51 44
Binary 10000001 110110 10000001 0 111010 0 110001 100101100 101001 100100

Color Harmonies of #813681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813681

Black with #813681

Text Example


Text Example

White with #813681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813681; }

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

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

background-color css

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

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

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

border-color css

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

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

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