#813782

Color #813782 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #813782

Tints of Vivid Violet #813782

Color information

#813782 (or 0x813782) is unknown color: approx 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

RGB12955130-
CMYK0.010.5800.49
HSL299.2º40.54%36.27%-
HSV(B)299.2º57.69%50.98%-
XYZ14.459.0122.1-
YUV85.68153.02158.9-

RGB Variations

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

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.40%
R=41.08%
G=17.52%
B=41.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129551300.010.5800.49299.240.5436.27
Hex81378213A03112b2924
Octal201672021720614535144
Binary100000011101111000001011110100110001100101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>