#81479D

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

Shades of Vivid Violet #81479D

Tints of Vivid Violet #81479D

Color information

#81479D (or 0x81479D) is unknown color: approx Vivid Violet. HEX triplet: 81, 47 and 9D. RGB value is (129,71,157). Sum of RGB (Red+Green+Blue) = 129+71+157=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #81479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81479D is #7EB862. Grayscale: #616161. Windows color (decimal): -8304739 or 10307457. OLE color: 10307457.

HSL color Cylindrical-coordinate representation of color #81479D: hue angle of 280.47º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81479D is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12971157-
CMYK0.180.5500.38
HSL280.47º37.72%44.71%-
HSV(B)280.47º54.78%61.57%-
XYZ17.3911.6133.22-
YUV98.15161.22150.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=36.13%
G=19.89%
B=43.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129711570.180.5500.38280.4737.7244.71
Hex81479D1237026118262d
Octal20110723522670464304655
Binary10000001100011110011101100101101110100110100011000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81479D; }

 p { color: rgb(129,71,157); }

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

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

 a { background-color: rgb(129,71,157); }

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

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

 span { border-color: rgb(129,71,157); }

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