#81468B

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

Shades of Vivid Violet #81468B

Tints of Vivid Violet #81468B

Color information

#81468B (or 0x81468B) is unknown color: approx Vivid Violet. HEX triplet: 81, 46 and 8B. RGB value is (129,70,139). Sum of RGB (Red+Green+Blue) = 129+70+139=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #81468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81468B is #7EB974. Grayscale: #5F5F5F. Windows color (decimal): -8305013 or 9127553. OLE color: 9127553.

HSL color Cylindrical-coordinate representation of color #81468B: hue angle of 291.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81468B is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12970139-
CMYK0.070.5000.45
HSL291.3º33.01%40.98%-
HSV(B)291.3º49.64%54.51%-
XYZ15.910.9125.69-
YUV95.51152.55151.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=38.17%
G=20.71%
B=41.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129701390.070.5000.45291.333.0140.98
Hex81468B73202D1232129
Octal2011062137620554434151
Binary100000011000110100010111111100100101101100100011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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