Html Css Color HEX #813E82 Vivid Violet

📋 copy color: '#813E82'

red 129 ◦ green 62 ◦ blue 130

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

Shades of Vivid Violet #813E82

Tints of Vivid Violet #813E82

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 130 (51.17% from 255) = 40.5%

R = 40.19%
G = 19.31%
B = 40.5%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813E82 (or 0x813E82) is known color: Vivid Violet. HEX triplet: 81, 3E and 82. RGB value is (129,62,130). Sum of RGB (Red+Green+Blue) = 129+62+130=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #813E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813E82 is #7EC17D. Grayscale: #595959. Windows color (decimal): -8307070 or 8535681. OLE color: 8535681.

HSL color Cylindrical-coordinate representation of color #813E82: hue angle of 299.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #813E82 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 62 130 -
CMYK 0.01 0.52 0 0.49
HSL 299.12º 0.35% 0.38% -
HSV(B) 299.12º 0.52% 0.51% -
XYZ 14.81 9.72 22.22 -
YUV 89.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 129 62 130 0.01 0.52 0 0.49 299.12 0.35 0.38
Hex 81 3E 82 1 34 0 31 12B 23 26
Octal 201 76 202 1 64 0 61 453 43 46
Binary 10000001 111110 10000010 1 110100 0 110001 100101011 100011 100110

Color Harmonies of #813E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E82

Black with #813E82

Text Example


Text Example

White with #813E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813E82; }

 p { color: rgb(129,62,130); }

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

background-color css

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

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

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

border-color css

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

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

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