Html Css Color HEX #813682 Vivid Violet

📋 copy color: '#813682'

red 129 ◦ green 54 ◦ blue 130

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

Shades of Vivid Violet #813682

Tints of Vivid Violet #813682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 41.21%
G = 17.25%
B = 41.53%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813682 (or 0x813682) is known color: Vivid Violet. HEX triplet: 81, 36 and 82. RGB value is (129,54,130). Sum of RGB (Red+Green+Blue) = 129+54+130=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #813682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813682 is #7EC97D. Grayscale: #545454. Windows color (decimal): -8309118 or 8533633. OLE color: 8533633.

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

Color convert

RGB 129 54 130 -
CMYK 0.01 0.58 0 0.49
HSL 299.21º 0.41% 0.36% -
HSV(B) 299.21º 0.58% 0.51% -
XYZ 14.4 8.92 22.08 -
YUV 85.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 129 54 130 0.01 0.58 0 0.49 299.21 0.41 0.36
Hex 81 36 82 1 3A 0 31 12B 29 24
Octal 201 66 202 1 72 0 61 453 51 44
Binary 10000001 110110 10000010 1 111010 0 110001 100101011 101001 100100

Color Harmonies of #813682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813682

Black with #813682

Text Example


Text Example

White with #813682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813682; }

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

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

background-color css

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

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

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

border-color css

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

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

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