#81469D

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

Shades of Vivid Violet #81469D

Tints of Vivid Violet #81469D

Color information

#81469D (or 0x81469D) is unknown color: approx Vivid Violet. HEX triplet: 81, 46 and 9D. RGB value is (129,70,157). Sum of RGB (Red+Green+Blue) = 129+70+157=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #81469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81469D is #7EB962. Grayscale: #616161. Windows color (decimal): -8304995 or 10307201. OLE color: 10307201.

HSL color Cylindrical-coordinate representation of color #81469D: hue angle of 280.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81469D is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12970157-
CMYK0.180.5500.38
HSL280.69º38.33%44.51%-
HSV(B)280.69º55.41%61.57%-
XYZ17.3311.4833.2-
YUV97.56161.55150.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=36.24%
G=19.66%
B=44.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129701570.180.5500.38280.6938.3344.51
Hex81469D1237026119262d
Octal20110623522670464314655
Binary10000001100011010011101100101101110100110100011001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81469D; }

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

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

<style>
 a { background-color: #81469D; }

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

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

<style>
 span { border-color: #81469D; }

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

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