#81459D

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

Shades of Vivid Violet #81459D

Tints of Vivid Violet #81459D

Color information

#81459D (or 0x81459D) is unknown color: approx Vivid Violet. HEX triplet: 81, 45 and 9D. RGB value is (129,69,157). Sum of RGB (Red+Green+Blue) = 129+69+157=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #81459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81459D is #7EBA62. Grayscale: #606060. Windows color (decimal): -8305251 or 10306945. OLE color: 10306945.

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

Color convert

RGB12969157-
CMYK0.180.5600.38
HSL280.91º38.94%44.31%-
HSV(B)280.91º56.05%61.57%-
XYZ17.2711.3633.18-
YUV96.97161.88150.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=36.34%
G=19.44%
B=44.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129691570.180.5600.38280.9138.9444.31
Hex81459D1238026119272c
Octal20110523522700464314754
Binary10000001100010110011101100101110000100110100011001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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