#814482

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

Shades of Vivid Violet #814482

Tints of Vivid Violet #814482

Color information

#814482 (or 0x814482) is unknown color: approx Vivid Violet. HEX triplet: 81, 44 and 82. RGB value is (129,68,130). Sum of RGB (Red+Green+Blue) = 129+68+130=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #814482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814482 is #7EBB7D. Grayscale: #5D5D5D. Windows color (decimal): -8305534 or 8537217. OLE color: 8537217.

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

Color convert

RGB12968130-
CMYK0.010.4800.49
HSL299.03º31.31%38.82%-
HSV(B)299.03º47.69%50.98%-
XYZ15.1510.4122.33-
YUV93.31148.71153.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=39.45%
G=20.80%
B=39.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129681300.010.4800.49299.0331.3138.82
Hex81448213003112b1f27
Octal2011042021600614533747
Binary100000011000100100000101110000011000110010101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814482; }

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

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

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

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

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

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

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

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