Html Css Color HEX #813382 Vivid Violet

📋 copy color: '#813382'

red 129 ◦ green 51 ◦ blue 130

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

Shades of Vivid Violet #813382

Tints of Vivid Violet #813382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 41.61%
G = 16.45%
B = 41.94%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813382 (or 0x813382) is known color: Vivid Violet. HEX triplet: 81, 33 and 82. RGB value is (129,51,130). Sum of RGB (Red+Green+Blue) = 129+51+130=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #813382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813382 is #7ECC7D. Grayscale: #535353. Windows color (decimal): -8309886 or 8532865. OLE color: 8532865.

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

Color convert

RGB 129 51 130 -
CMYK 0.01 0.61 0 0.49
HSL 299.24º 0.44% 0.35% -
HSV(B) 299.24º 0.61% 0.51% -
XYZ 14.27 8.65 22.04 -
YUV 83.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 129 51 130 0.01 0.61 0 0.49 299.24 0.44 0.35
Hex 81 33 82 1 3D 0 31 12B 2C 23
Octal 201 63 202 1 75 0 61 453 54 43
Binary 10000001 110011 10000010 1 111101 0 110001 100101011 101100 100011

Color Harmonies of #813382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813382

Black with #813382

Text Example


Text Example

White with #813382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813382; }

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

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

background-color css

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

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

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

border-color css

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

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

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