#83488E

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

Shades of Vivid Violet #83488E

Tints of Vivid Violet #83488E

Color information

#83488E (or 0x83488E) is unknown color: approx Vivid Violet. HEX triplet: 83, 48 and 8E. RGB value is (131,72,142). Sum of RGB (Red+Green+Blue) = 131+72+142=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #83488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83488E is #7CB771. Grayscale: #616161. Windows color (decimal): -8173426 or 9324675. OLE color: 9324675.

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

Color convert

RGB13172142-
CMYK0.080.4900.44
HSL290.57º32.71%41.96%-
HSV(B)290.57º49.3%55.69%-
XYZ16.5611.4126.92-
YUV97.62153.05151.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=37.97%
G=20.87%
B=41.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131721420.080.4900.44290.5732.7141.96
Hex83488E83102C123212a
Octal20311021610610544434152
Binary1000001110010001000111010001100010101100100100011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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