Html Css Color HEX #813986 Vivid Violet

📋 copy color: '#813986'

red 129 ◦ green 57 ◦ blue 134

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

Shades of Vivid Violet #813986

Tints of Vivid Violet #813986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 40.31%
G = 17.81%
B = 41.88%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#813986 (or 0x813986) is known color: Vivid Violet. HEX triplet: 81, 39 and 86. RGB value is (129,57,134). Sum of RGB (Red+Green+Blue) = 129+57+134=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #813986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813986 is #7EC679. Grayscale: #575757. Windows color (decimal): -8308346 or 8796545. OLE color: 8796545.

HSL color Cylindrical-coordinate representation of color #813986: hue angle of 296.1º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813986 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 57 134 -
CMYK 0.04 0.57 0 0.47
HSL 296.1º 0.4% 0.37% -
HSV(B) 296.1º 0.57% 0.53% -
XYZ 14.82 9.31 23.57 -
YUV 87.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 129 57 134 0.04 0.57 0 0.47 296.1 0.4 0.37
Hex 81 39 86 4 39 0 2F 128 28 25
Octal 201 71 206 4 71 0 57 450 50 45
Binary 10000001 111001 10000110 100 111001 0 101111 100101000 101000 100101

Color Harmonies of #813986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813986

Black with #813986

Text Example


Text Example

White with #813986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813986; }

 p { color: rgb(129,57,134); }

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

background-color css

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

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

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

border-color css

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

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

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