#83418E

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

Shades of Vivid Violet #83418E

Tints of Vivid Violet #83418E

Color information

#83418E (or 0x83418E) is unknown color: approx Vivid Violet. HEX triplet: 83, 41 and 8E. RGB value is (131,65,142). Sum of RGB (Red+Green+Blue) = 131+65+142=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #83418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83418E is #7CBE71. Grayscale: #5D5D5D. Windows color (decimal): -8175218 or 9322883. OLE color: 9322883.

HSL color Cylindrical-coordinate representation of color #83418E: hue angle of 291.43º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83418E is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13165142-
CMYK0.080.5400.44
HSL291.43º37.2%40.59%-
HSV(B)291.43º54.23%55.69%-
XYZ16.1310.5626.78-
YUV93.51155.37154.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=38.76%
G=19.23%
B=42.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131651420.080.5400.44291.4337.240.59
Hex83418E83602C1232529
Octal20310121610660544434551
Binary1000001110000011000111010001101100101100100100011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83418E; }

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

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

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

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

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

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

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

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