Html Css Color HEX #813699 Vivid Violet

📋 copy color: '#813699'

red 129 ◦ green 54 ◦ blue 153

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

Shades of Vivid Violet #813699

Tints of Vivid Violet #813699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 38.39%
G = 16.07%
B = 45.54%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#813699 (or 0x813699) is known color: Vivid Violet. HEX triplet: 81, 36 and 99. RGB value is (129,54,153). Sum of RGB (Red+Green+Blue) = 129+54+153=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #813699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813699 is #7EC966. Grayscale: #575757. Windows color (decimal): -8309095 or 10040961. OLE color: 10040961.

HSL color Cylindrical-coordinate representation of color #813699: hue angle of 285.45º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #813699 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 54 153 -
CMYK 0.16 0.65 0 0.4
HSL 285.45º 0.48% 0.41% -
HSV(B) 285.45º 0.65% 0.6% -
XYZ 16.12 9.61 31.14 -
YUV 87.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 129 54 153 0.16 0.65 0 0.4 285.45 0.48 0.41
Hex 81 36 99 10 41 0 28 11D 30 29
Octal 201 66 231 20 101 0 50 435 60 51
Binary 10000001 110110 10011001 10000 1000001 0 101000 100011101 110000 101001

Color Harmonies of #813699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813699

Black with #813699

Text Example


Text Example

White with #813699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813699; }

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

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

background-color css

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

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

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

border-color css

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

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

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