#81349B

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

Shades of Vivid Violet #81349B

Tints of Vivid Violet #81349B

Color information

#81349B (or 0x81349B) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 9B. RGB value is (129,52,155). Sum of RGB (Red+Green+Blue) = 129+52+155=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #81349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81349B is #7ECB64. Grayscale: #565656. Windows color (decimal): -8309605 or 10171521. OLE color: 10171521.

HSL color Cylindrical-coordinate representation of color #81349B: hue angle of 284.85º degrees, saturation: 0.5, 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 #81349B is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12952155-
CMYK0.170.6600.39
HSL284.85º49.76%40.59%-
HSV(B)284.85º66.45%60.78%-
XYZ16.29.4931.99-
YUV86.76166.51158.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=38.39%
G=15.48%
B=46.13%

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
Decimal129521550.170.6600.39284.8549.7640.59
Hex81349B114202711d3229
Octal20164233211020474356251
Binary10000001110100100110111000110000100100111100011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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