#81389C

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

Shades of Vivid Violet #81389C

Tints of Vivid Violet #81389C

Color information

#81389C (or 0x81389C) is unknown color: approx Vivid Violet. HEX triplet: 81, 38 and 9C. RGB value is (129,56,156). Sum of RGB (Red+Green+Blue) = 129+56+156=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #81389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81389C is #7EC763. Grayscale: #585858. Windows color (decimal): -8308580 or 10238081. OLE color: 10238081.

HSL color Cylindrical-coordinate representation of color #81389C: hue angle of 283.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81389C is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12956156-
CMYK0.170.6400.39
HSL283.8º47.17%41.57%-
HSV(B)283.8º64.1%61.18%-
XYZ16.479.932.49-
YUV89.23165.68156.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=37.83%
G=16.42%
B=45.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129561560.170.6400.39283.847.1741.57
Hex81389C114002711c2f2a
Octal20170234211000474345752
Binary10000001111000100111001000110000000100111100011100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81389C; }

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

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

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

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

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

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

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

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