Html Css Color HEX #813496 Vivid Violet

📋 copy color: '#813496'

red 129 ◦ green 52 ◦ blue 150

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

Shades of Vivid Violet #813496

Tints of Vivid Violet #813496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 38.97%
G = 15.71%
B = 45.32%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#813496 (or 0x813496) is known color: Vivid Violet. HEX triplet: 81, 34 and 96. RGB value is (129,52,150). Sum of RGB (Red+Green+Blue) = 129+52+150=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #813496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813496 is #7ECB69. Grayscale: #555555. Windows color (decimal): -8309610 or 9843841. OLE color: 9843841.

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

Color convert

RGB 129 52 150 -
CMYK 0.14 0.65 0 0.41
HSL 287.14º 0.49% 0.4% -
HSV(B) 287.14º 0.65% 0.59% -
XYZ 15.79 9.33 29.82 -
YUV 86.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 129 52 150 0.14 0.65 0 0.41 287.14 0.49 0.4
Hex 81 34 96 E 41 0 29 11F 31 28
Octal 201 64 226 16 101 0 51 437 61 50
Binary 10000001 110100 10010110 1110 1000001 0 101001 100011111 110001 101000

Color Harmonies of #813496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813496

Black with #813496

Text Example


Text Example

White with #813496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813496; }

 p { color: rgb(129,52,150); }

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

background-color css

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

 a { background-color: rgb(129,52,150); }

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

border-color css

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

 span { border-color: rgb(129,52,150); }

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