Html Css Color HEX #813683 Vivid Violet

📋 copy color: '#813683'

red 129 ◦ green 54 ◦ blue 131

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

Shades of Vivid Violet #813683

Tints of Vivid Violet #813683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 41.08%
G = 17.2%
B = 41.72%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813683 (or 0x813683) is known color: Vivid Violet. HEX triplet: 81, 36 and 83. RGB value is (129,54,131). Sum of RGB (Red+Green+Blue) = 129+54+131=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #813683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813683 is #7EC97C. Grayscale: #545454. Windows color (decimal): -8309117 or 8599169. OLE color: 8599169.

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

Color convert

RGB 129 54 131 -
CMYK 0.02 0.59 0 0.49
HSL 298.44º 0.42% 0.36% -
HSV(B) 298.44º 0.59% 0.51% -
XYZ 14.47 8.94 22.44 -
YUV 85.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 129 54 131 0.02 0.59 0 0.49 298.44 0.42 0.36
Hex 81 36 83 2 3B 0 31 12A 2A 24
Octal 201 66 203 2 73 0 61 452 52 44
Binary 10000001 110110 10000011 10 111011 0 110001 100101010 101010 100100

Color Harmonies of #813683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813683

Black with #813683

Text Example


Text Example

White with #813683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813683; }

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

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

background-color css

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

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

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

border-color css

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

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

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