#813882

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

Shades of Vivid Violet #813882

Tints of Vivid Violet #813882

Color information

#813882 (or 0x813882) is unknown color: approx Vivid Violet. HEX triplet: 81, 38 and 82. RGB value is (129,56,130). Sum of RGB (Red+Green+Blue) = 129+56+130=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #813882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813882 is #7EC77D. Grayscale: #565656. Windows color (decimal): -8308606 or 8534145. OLE color: 8534145.

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

Color convert

RGB12956130-
CMYK0.010.5700.49
HSL299.19º39.78%36.47%-
HSV(B)299.19º56.92%50.98%-
XYZ14.59.1122.11-
YUV86.26152.68158.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=40.95%
G=17.78%
B=41.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129561300.010.5700.49299.1939.7836.47
Hex81388213903112b2824
Octal201702021710614535044
Binary100000011110001000001011110010110001100101011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813882; }

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

 H1.HeaderClassName
 {
   color: #813882;
 }
 .AnyTagClassName
 {
   color: #813882;
 }
</style>
background-color css

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

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

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

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

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

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