Html Css Color HEX #813C80 Vivid Violet

📋 copy color: '#813C80'

red 129 ◦ green 60 ◦ blue 128

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

Shades of Vivid Violet #813C80

Tints of Vivid Violet #813C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 40.69%
G = 18.93%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#813C80 (or 0x813C80) is known color: Vivid Violet. HEX triplet: 81, 3C and 80. RGB value is (129,60,128). Sum of RGB (Red+Green+Blue) = 129+60+128=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #813C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813C80 is #7EC37F. Grayscale: #585858. Windows color (decimal): -8307584 or 8404097. OLE color: 8404097.

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

Color convert

RGB 129 60 128 -
CMYK 0 0.53 0.01 0.49
HSL 300.87º 0.37% 0.37% -
HSV(B) 300.87º 0.53% 0.51% -
XYZ 14.57 9.46 21.48 -
YUV 88.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 129 60 128 0 0.53 0.01 0.49 300.87 0.37 0.37
Hex 81 3C 80 0 35 1 31 12D 25 25
Octal 201 74 200 0 65 1 61 455 45 45
Binary 10000001 111100 10000000 0 110101 1 110001 100101101 100101 100101

Color Harmonies of #813C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C80

Black with #813C80

Text Example


Text Example

White with #813C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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