#83498D

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

Shades of Vivid Violet #83498D

Tints of Vivid Violet #83498D

Color information

#83498D (or 0x83498D) is unknown color: approx Vivid Violet. HEX triplet: 83, 49 and 8D. RGB value is (131,73,141). Sum of RGB (Red+Green+Blue) = 131+73+141=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #83498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83498D is #7CB672. Grayscale: #616161. Windows color (decimal): -8173171 or 9259395. OLE color: 9259395.

HSL color Cylindrical-coordinate representation of color #83498D: hue angle of 291.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83498D is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13173141-
CMYK0.070.4800.45
HSL291.18º31.78%41.96%-
HSV(B)291.18º48.23%55.29%-
XYZ16.5511.5126.55-
YUV98.09152.22151.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=37.97%
G=21.16%
B=40.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131731410.070.4800.45291.1831.7841.96
Hex83498D73002D123202a
Octal2031112157600554434052
Binary100000111001001100011011111100000101101100100011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,73,141); }

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

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

 a { background-color: rgb(131,73,141); }

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

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

 span { border-color: rgb(131,73,141); }

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