#814183

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

Shades of Vivid Violet #814183

Tints of Vivid Violet #814183

Color information

#814183 (or 0x814183) is unknown color: approx Vivid Violet. HEX triplet: 81, 41 and 83. RGB value is (129,65,131). Sum of RGB (Red+Green+Blue) = 129+65+131=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #814183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814183 is #7EBE7C. Grayscale: #5B5B5B. Windows color (decimal): -8306301 or 8601985. OLE color: 8601985.

HSL color Cylindrical-coordinate representation of color #814183: hue angle of 298.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814183 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12965131-
CMYK0.020.5000.49
HSL298.18º33.67%38.43%-
HSV(B)298.18º50.38%51.37%-
XYZ15.0410.0922.63-
YUV91.66150.2154.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=39.69%
G=20%
B=40.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129651310.020.5000.49298.1833.6738.43
Hex81418323203112a2226
Octal2011012032620614524246
Binary10000001100000110000011101100100110001100101010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814183; }

 p { color: rgb(129,65,131); }

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

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

 a { background-color: rgb(129,65,131); }

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

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

 span { border-color: rgb(129,65,131); }

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