Html Css Color HEX #813782 Vivid Violet

📋 copy color: '#813782'

red 129 ◦ green 55 ◦ blue 130

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

Shades of Vivid Violet #813782

Tints of Vivid Violet #813782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 41.08%
G = 17.52%
B = 41.4%

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

#813782 (or 0x813782) is known color: Vivid Violet. HEX triplet: 81, 37 and 82. RGB value is (129,55,130). Sum of RGB (Red+Green+Blue) = 129+55+130=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #813782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813782 is #7EC87D. Grayscale: #555555. Windows color (decimal): -8308862 or 8533889. OLE color: 8533889.

HSL color Cylindrical-coordinate representation of color #813782: hue angle of 299.2º 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 #813782 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 130 -
CMYK 0.01 0.58 0 0.49
HSL 299.2º 0.41% 0.36% -
HSV(B) 299.2º 0.58% 0.51% -
XYZ 14.45 9.01 22.1 -
YUV 85.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 129 55 130 0.01 0.58 0 0.49 299.2 0.41 0.36
Hex 81 37 82 1 3A 0 31 12B 29 24
Octal 201 67 202 1 72 0 61 453 51 44
Binary 10000001 110111 10000010 1 111010 0 110001 100101011 101001 100100

Color Harmonies of #813782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813782

Black with #813782

Text Example


Text Example

White with #813782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813782; }

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

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

background-color css

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

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

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

border-color css

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

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

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