#81359B

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

Shades of Vivid Violet #81359B

Tints of Vivid Violet #81359B

Color information

#81359B (or 0x81359B) is unknown color: approx Vivid Violet. HEX triplet: 81, 35 and 9B. RGB value is (129,53,155). Sum of RGB (Red+Green+Blue) = 129+53+155=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #81359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81359B is #7ECA64. Grayscale: #575757. Windows color (decimal): -8309349 or 10171777. OLE color: 10171777.

HSL color Cylindrical-coordinate representation of color #81359B: hue angle of 284.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81359B is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12953155-
CMYK0.170.6600.39
HSL284.71º49.04%40.78%-
HSV(B)284.71º65.81%60.78%-
XYZ16.249.5832-
YUV87.35166.18157.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=38.28%
G=15.73%
B=45.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129531550.170.6600.39284.7149.0440.78
Hex81359B114202711d3129
Octal20165233211020474356151
Binary10000001110101100110111000110000100100111100011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81359B; }

 p { color: rgb(129,53,155); }

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

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

 a { background-color: rgb(129,53,155); }

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

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

 span { border-color: rgb(129,53,155); }

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