#81309B

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

Shades of Vivid Violet #81309B

Tints of Vivid Violet #81309B

Color information

#81309B (or 0x81309B) is unknown color: approx Vivid Violet. HEX triplet: 81, 30 and 9B. RGB value is (129,48,155). Sum of RGB (Red+Green+Blue) = 129+48+155=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #81309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81309B is #7ECF64. Grayscale: #545454. Windows color (decimal): -8310629 or 10170497. OLE color: 10170497.

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

Color convert

RGB12948155-
CMYK0.170.6900.39
HSL285.42º52.71%39.8%-
HSV(B)285.42º69.03%60.78%-
XYZ16.039.1531.93-
YUV84.42167.84159.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 48 (19.14% from 255) = 14.46%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=38.86%
G=14.46%
B=46.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129481550.170.6900.39285.4252.7139.8
Hex81309B114502711d3528
Octal20160233211050474356550
Binary10000001110000100110111000110001010100111100011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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