#83498C

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

Shades of Vivid Violet #83498C

Tints of Vivid Violet #83498C

Color information

#83498C (or 0x83498C) is unknown color: approx Vivid Violet. HEX triplet: 83, 49 and 8C. RGB value is (131,73,140). Sum of RGB (Red+Green+Blue) = 131+73+140=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #83498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83498C is #7CB673. Grayscale: #616161. Windows color (decimal): -8173172 or 9193859. OLE color: 9193859.

HSL color Cylindrical-coordinate representation of color #83498C: hue angle of 291.94º degrees, saturation: 0.31, 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 #83498C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13173140-
CMYK0.060.4800.45
HSL291.94º31.46%41.76%-
HSV(B)291.94º47.86%54.9%-
XYZ16.4811.4826.16-
YUV97.98151.72151.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=38.08%
G=21.22%
B=40.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131731400.060.4800.45291.9431.4641.76
Hex83498C63002D1241f2a
Octal2031112146600554443752
Binary10000011100100110001100110110000010110110010010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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