#83488C

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

Shades of Vivid Violet #83488C

Tints of Vivid Violet #83488C

Color information

#83488C (or 0x83488C) is unknown color: approx Vivid Violet. HEX triplet: 83, 48 and 8C. RGB value is (131,72,140). Sum of RGB (Red+Green+Blue) = 131+72+140=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #83488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83488C is #7CB773. Grayscale: #616161. Windows color (decimal): -8173428 or 9193603. OLE color: 9193603.

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

Color convert

RGB13172140-
CMYK0.060.4900.45
HSL292.06º32.08%41.57%-
HSV(B)292.06º48.57%54.9%-
XYZ16.4111.3526.14-
YUV97.39152.05151.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=38.19%
G=20.99%
B=40.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131721400.060.4900.45292.0632.0841.57
Hex83488C63102D124202a
Octal2031102146610554444052
Binary100000111001000100011001101100010101101100100100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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