#81338B

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

Shades of Vivid Violet #81338B

Tints of Vivid Violet #81338B

Color information

#81338B (or 0x81338B) is unknown color: approx Vivid Violet. HEX triplet: 81, 33 and 8B. RGB value is (129,51,139). Sum of RGB (Red+Green+Blue) = 129+51+139=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #81338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81338B is #7ECC74. Grayscale: #545454. Windows color (decimal): -8309877 or 9122689. OLE color: 9122689.

HSL color Cylindrical-coordinate representation of color #81338B: hue angle of 293.18º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81338B is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12951139-
CMYK0.070.6300.45
HSL293.18º46.32%37.25%-
HSV(B)293.18º63.31%54.51%-
XYZ14.98.925.36-
YUV84.35158.84159.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=40.44%
G=15.99%
B=43.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129511390.070.6300.45293.1846.3237.25
Hex81338B73F02D1252e25
Octal201632137770554455645
Binary10000001110011100010111111111110101101100100101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,51,139); }

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

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

 a { background-color: rgb(129,51,139); }

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

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

 span { border-color: rgb(129,51,139); }

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