Html Css Color HEX #813980 Vivid Violet

📋 copy color: '#813980'

red 129 ◦ green 57 ◦ blue 128

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

Shades of Vivid Violet #813980

Tints of Vivid Violet #813980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 41.08%
G = 18.15%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#813980 (or 0x813980) is known color: Vivid Violet. HEX triplet: 81, 39 and 80. RGB value is (129,57,128). Sum of RGB (Red+Green+Blue) = 129+57+128=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #813980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813980 is #7EC67F. Grayscale: #565656. Windows color (decimal): -8308352 or 8403329. OLE color: 8403329.

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

Color convert

RGB 129 57 128 -
CMYK 0 0.56 0.01 0.49
HSL 300.83º 0.39% 0.36% -
HSV(B) 300.83º 0.56% 0.51% -
XYZ 14.41 9.15 21.43 -
YUV 86.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 129 57 128 0 0.56 0.01 0.49 300.83 0.39 0.36
Hex 81 39 80 0 38 1 31 12D 27 24
Octal 201 71 200 0 70 1 61 455 47 44
Binary 10000001 111001 10000000 0 111000 1 110001 100101101 100111 100100

Color Harmonies of #813980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813980

Black with #813980

Text Example


Text Example

White with #813980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813980; }

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

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

background-color css

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

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

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

border-color css

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

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

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