Html Css Color HEX #813E83 Vivid Violet

📋 copy color: '#813E83'

red 129 ◦ green 62 ◦ blue 131

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

Shades of Vivid Violet #813E83

Tints of Vivid Violet #813E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.68%

R = 40.06%
G = 19.25%
B = 40.68%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813E83 (or 0x813E83) is known color: Vivid Violet. HEX triplet: 81, 3E and 83. RGB value is (129,62,131). Sum of RGB (Red+Green+Blue) = 129+62+131=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #813E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813E83 is #7EC17C. Grayscale: #595959. Windows color (decimal): -8307069 or 8601217. OLE color: 8601217.

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

Color convert

RGB 129 62 131 -
CMYK 0.02 0.53 0 0.49
HSL 298.26º 0.36% 0.38% -
HSV(B) 298.26º 0.53% 0.51% -
XYZ 14.87 9.75 22.57 -
YUV 89.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 129 62 131 0.02 0.53 0 0.49 298.26 0.36 0.38
Hex 81 3E 83 2 35 0 31 12A 24 26
Octal 201 76 203 2 65 0 61 452 44 46
Binary 10000001 111110 10000011 10 110101 0 110001 100101010 100100 100110

Color Harmonies of #813E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E83

Black with #813E83

Text Example


Text Example

White with #813E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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