Html Css Color HEX #813981 Vivid Violet

📋 copy color: '#813981'

red 129 ◦ green 57 ◦ blue 129

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

Shades of Vivid Violet #813981

Tints of Vivid Violet #813981

RGB

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

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

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

R = 40.95%
G = 18.1%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813981 (or 0x813981) is known color: Vivid Violet. HEX triplet: 81, 39 and 81. RGB value is (129,57,129). Sum of RGB (Red+Green+Blue) = 129+57+129=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #813981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813981 is #7EC67E. Grayscale: #565656. Windows color (decimal): -8308351 or 8468865. OLE color: 8468865.

HSL color Cylindrical-coordinate representation of color #813981: hue angle of 300º 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 #813981 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 57 129 -
CMYK 0 0.56 0 0.49
HSL 300º 0.39% 0.36% -
HSV(B) 300º 0.56% 0.51% -
XYZ 14.48 9.18 21.78 -
YUV 86.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 129 57 129 0 0.56 0 0.49 300 0.39 0.36
Hex 81 39 81 0 38 0 31 12C 27 24
Octal 201 71 201 0 70 0 61 454 47 44
Binary 10000001 111001 10000001 0 111000 0 110001 100101100 100111 100100

Color Harmonies of #813981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813981

Black with #813981

Text Example


Text Example

White with #813981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813981; }

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

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

background-color css

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

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

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

border-color css

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

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

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